#B4BBEE

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

Shades of Perano #B4BBEE

Tints of Perano #B4BBEE

Color information

#B4BBEE (or 0xB4BBEE) is unknown color: approx Perano. HEX triplet: B4, BB and EE. RGB value is (180,187,238). Sum of RGB (Red+Green+Blue) = 180+187+238=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BBEE is #4B4411. Grayscale: #BEBEBE. Windows color (decimal): -4932626 or 15645620. OLE color: 15645620.

HSL color Cylindrical-coordinate representation of color #B4BBEE: hue angle of 232.76º degrees, saturation: 0.63, 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 #B4BBEE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180187238-
CMYK0.240.2100.07
HSL232.76º63.04%81.96%-
HSV(B)232.76º24.37%93.33%-
XYZ52.0351.4288.07-
YUV190.72154.68120.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.75%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=29.75%
G=30.91%
B=39.34%

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
Decimal1801872380.240.2100.07232.7663.0481.96
HexB4BBEE181507e93f52
Octal26427335630250735177122
Binary10110100101110111110111011000101010111111010011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBEE; }

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

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

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

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

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

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

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

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