#B4BBED

Color #B4BBED Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #B4BBED

Tints of Perano #B4BBED

Color information

#B4BBED (or 0xB4BBED) is unknown color: approx Perano. HEX triplet: B4, BB and ED. RGB value is (180,187,237). Sum of RGB (Red+Green+Blue) = 180+187+237=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BBED is #4B4412. Grayscale: #BEBEBE. Windows color (decimal): -4932627 or 15580084. OLE color: 15580084.

HSL color Cylindrical-coordinate representation of color #B4BBED: hue angle of 232.63º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4BBED is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180187237-
CMYK0.240.2100.07
HSL232.63º61.29%81.76%-
HSV(B)232.63º24.05%92.94%-
XYZ51.8851.3687.3-
YUV190.61154.18120.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 29.80%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=29.80%
G=30.96%
B=39.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801872370.240.2100.07232.6361.2981.76
HexB4BBED181507e93d52
Octal26427335530250735175122
Binary10110100101110111110110111000101010111111010011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBED; }

 p { color: rgb(180,187,237); }

 H1.HeaderClassName
 {
   color: #B4BBED;
 }
 .AnyTagClassName
 {
   color: #B4BBED;
 }
</style>
background-color css

<style>
 a { background-color: #B4BBED; }

 a { background-color: rgb(180,187,237); }

 div.DivClassName
 {
   background-color: #B4BBED;
 }
 .BgClassName
 {
   background-color: #B4BBED;
 }
</style>
border-color css

<style>
 span { border-color: #B4BBED; }

 span { border-color: rgb(180,187,237); }

 td.TdClassName
 {
   border-color: #B4BBED;
 }
 .TagClassName
 {
   border-color: #B4BBED;
 }
</style>