#B0B5DD

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

Shades of Perano #B0B5DD

Tints of Perano #B0B5DD

Color information

#B0B5DD (or 0xB0B5DD) is unknown color: approx Perano. HEX triplet: B0, B5 and DD. RGB value is (176,181,221). Sum of RGB (Red+Green+Blue) = 176+181+221=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0B5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B5DD is #4F4A22. Grayscale: #B7B7B7. Windows color (decimal): -5196323 or 14529968. OLE color: 14529968.

HSL color Cylindrical-coordinate representation of color #B0B5DD: hue angle of 233.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 #B0B5DD is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176181221-
CMYK0.200.1800.13
HSL233.33º39.82%77.84%-
HSV(B)233.33º20.36%86.67%-
XYZ47.4847.575.07-
YUV184.06148.84122.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.45%
GREEN value IS 181 (71.09% from 255) = 31.31%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=30.45%
G=31.31%
B=38.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761812210.200.1800.13233.3339.8277.84
HexB0B5DD14120De9284e
Octal260265335242201535150116
Binary101100001011010111011101101001001001101111010011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B5DD; }

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

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

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

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

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

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

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

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