#B0BBD8

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

Shades of Perano #B0BBD8

Tints of Perano #B0BBD8

Color information

#B0BBD8 (or 0xB0BBD8) is unknown color: approx Perano. HEX triplet: B0, BB and D8. RGB value is (176,187,216). Sum of RGB (Red+Green+Blue) = 176+187+216=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #B0BBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBD8 is #4F4427. Grayscale: #BABABA. Windows color (decimal): -5194792 or 14203824. OLE color: 14203824.

HSL color Cylindrical-coordinate representation of color #B0BBD8: hue angle of 223.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0BBD8 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176187216-
CMYK0.190.1300.15
HSL223.5º33.9%76.86%-
HSV(B)223.5º18.52%84.71%-
XYZ48.0749.7372.03-
YUV187.02144.36120.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.40%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 216 (84.77% from 255) = 37.31%
R=30.40%
G=32.30%
B=37.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761872160.190.1300.15223.533.976.86
HexB0BBD813D0Fe0224d
Octal260273330231501734042115
Binary10110000101110111101100010011110101111111000001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBD8; }

 p { color: rgb(176,187,216); }

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

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

 a { background-color: rgb(176,187,216); }

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

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

 span { border-color: rgb(176,187,216); }

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