#B0BBDB

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

Shades of Perano #B0BBDB

Tints of Perano #B0BBDB

Color information

#B0BBDB (or 0xB0BBDB) is unknown color: approx Perano. HEX triplet: B0, BB and DB. RGB value is (176,187,219). Sum of RGB (Red+Green+Blue) = 176+187+219=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBDB is #4F4424. Grayscale: #BBBBBB. Windows color (decimal): -5194789 or 14400432. OLE color: 14400432.

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

Color convert

RGB176187219-
CMYK0.200.1500.14
HSL224.65º37.39%77.45%-
HSV(B)224.65º19.63%85.88%-
XYZ48.4649.8974.09-
YUV187.36145.86119.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.24%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 219 (85.94% from 255) = 37.63%
R=30.24%
G=32.13%
B=37.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761872190.200.1500.14224.6537.3977.45
HexB0BBDB14F0Ee1254d
Octal260273333241701634145115
Binary10110000101110111101101110100111101110111000011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBDB; }

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

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

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

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

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

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

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

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