#B5BBD9

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

Shades of Perano #B5BBD9

Tints of Perano #B5BBD9

Color information

#B5BBD9 (or 0xB5BBD9) is unknown color: approx Perano. HEX triplet: B5, BB and D9. RGB value is (181,187,217). Sum of RGB (Red+Green+Blue) = 181+187+217=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 217 - color contains mainly: blue. Hex color #B5BBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBD9 is #4A4426. Grayscale: #BCBCBC. Windows color (decimal): -4867111 or 14269365. OLE color: 14269365.

HSL color Cylindrical-coordinate representation of color #B5BBD9: hue angle of 230º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5BBD9 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181187217-
CMYK0.170.1400.15
HSL230º32.14%78.04%-
HSV(B)230º16.59%85.1%-
XYZ49.3550.3772.77-
YUV188.63144.01122.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.94%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 217 (85.16% from 255) = 37.09%
R=30.94%
G=31.97%
B=37.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811872170.170.1400.1523032.1478.04
HexB5BBD911E0Fe6204e
Octal265273331211601734640116
Binary10110101101110111101100110001111001111111001101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BBD9; }

 p { color: rgb(181,187,217); }

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

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

 a { background-color: rgb(181,187,217); }

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

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

 span { border-color: rgb(181,187,217); }

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