#B4BBDE

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

Shades of Perano #B4BBDE

Tints of Perano #B4BBDE

Color information

#B4BBDE (or 0xB4BBDE) is unknown color: approx Perano. HEX triplet: B4, BB and DE. RGB value is (180,187,222). Sum of RGB (Red+Green+Blue) = 180+187+222=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4BBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBDE is #4B4421. Grayscale: #BCBCBC. Windows color (decimal): -4932642 or 14597044. OLE color: 14597044.

HSL color Cylindrical-coordinate representation of color #B4BBDE: hue angle of 230º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4BBDE is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180187222-
CMYK0.190.1600.13
HSL230º38.89%78.82%-
HSV(B)230º18.92%87.06%-
XYZ49.7850.5276.23-
YUV188.9146.68121.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.56%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=30.56%
G=31.75%
B=37.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801872220.190.1600.1323038.8978.82
HexB4BBDE13100De6274f
Octal264273336232001534647117
Binary101101001011101111011110100111000001101111001101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBDE; }

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

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

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

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

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

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

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

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