#B0BBDC

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

Shades of Perano #B0BBDC

Tints of Perano #B0BBDC

Color information

#B0BBDC (or 0xB0BBDC) is unknown color: approx Perano. HEX triplet: B0, BB and DC. RGB value is (176,187,220). Sum of RGB (Red+Green+Blue) = 176+187+220=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBDC is #4F4423. Grayscale: #BBBBBB. Windows color (decimal): -5194788 or 14465968. OLE color: 14465968.

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

Color convert

RGB176187220-
CMYK0.20.1500.14
HSL225º38.6%77.65%-
HSV(B)225º20%86.27%-
XYZ48.5949.9474.79-
YUV187.47146.36119.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=30.19%
G=32.08%
B=37.74%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761872200.20.1500.1422538.677.65
HexB0BBDC14F0Ee1274e
Octal260273334241701634147116
Binary10110000101110111101110010100111101110111000011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBDC; }

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

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

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

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

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

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

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

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