#B0BBDD

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

Shades of Perano #B0BBDD

Tints of Perano #B0BBDD

Color information

#B0BBDD (or 0xB0BBDD) is unknown color: approx Perano. HEX triplet: B0, BB and DD. RGB value is (176,187,221). Sum of RGB (Red+Green+Blue) = 176+187+221=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBDD is #4F4422. Grayscale: #BBBBBB. Windows color (decimal): -5194787 or 14531504. OLE color: 14531504.

HSL color Cylindrical-coordinate representation of color #B0BBDD: hue angle of 225.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0BBDD is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176187221-
CMYK0.200.1500.13
HSL225.33º39.82%77.84%-
HSV(B)225.33º20.36%86.67%-
XYZ48.7349.9975.49-
YUV187.59146.86119.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.14%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=30.14%
G=32.02%
B=37.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761872210.200.1500.13225.3339.8277.84
HexB0BBDD14F0De1284e
Octal260273335241701534150116
Binary10110000101110111101110110100111101101111000011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBDD; }

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

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

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

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

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

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

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

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