#B0BDDD

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

Shades of Perano #B0BDDD

Tints of Perano #B0BDDD

Color information

#B0BDDD (or 0xB0BDDD) is unknown color: approx Perano. HEX triplet: B0, BD and DD. RGB value is (176,189,221). Sum of RGB (Red+Green+Blue) = 176+189+221=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDDD is #4F4222. Grayscale: #BCBCBC. Windows color (decimal): -5194275 or 14532016. OLE color: 14532016.

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

Color convert

RGB176189221-
CMYK0.200.1400.13
HSL222.67º39.82%77.84%-
HSV(B)222.67º20.36%86.67%-
XYZ49.1550.8575.63-
YUV188.76146.19118.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.03%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=30.03%
G=32.25%
B=37.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761892210.200.1400.13222.6739.8277.84
HexB0BDDD14E0Ddf284e
Octal260275335241601533750116
Binary10110000101111011101110110100111001101110111111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BDDD; }

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

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

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

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

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

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

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

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