#B6BBDE

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

Shades of Perano #B6BBDE

Tints of Perano #B6BBDE

Color information

#B6BBDE (or 0xB6BBDE) is unknown color: approx Perano. HEX triplet: B6, BB and DE. RGB value is (182,187,222). Sum of RGB (Red+Green+Blue) = 182+187+222=591 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.80% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6BBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BBDE is #494421. Grayscale: #BDBDBD. Windows color (decimal): -4801570 or 14597046. OLE color: 14597046.

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

Color convert

RGB182187222-
CMYK0.180.1600.13
HSL232.5º37.74%79.22%-
HSV(B)232.5º18.02%87.06%-
XYZ50.2550.7676.26-
YUV189.49146.34122.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.80%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=30.80%
G=31.64%
B=37.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821872220.180.1600.13232.537.7479.22
HexB6BBDE12100De8264f
Octal266273336222001535046117
Binary101101101011101111011110100101000001101111010001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBDE; }

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

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

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

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

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

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

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

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