#B0B7DC

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

Shades of Perano #B0B7DC

Tints of Perano #B0B7DC

Color information

#B0B7DC (or 0xB0B7DC) is unknown color: approx Perano. HEX triplet: B0, B7 and DC. RGB value is (176,183,220). Sum of RGB (Red+Green+Blue) = 176+183+220=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0B7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B7DC is #4F4823. Grayscale: #B8B8B8. Windows color (decimal): -5195812 or 14464944. OLE color: 14464944.

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

Color convert

RGB176183220-
CMYK0.20.1700.14
HSL230.45º38.6%77.65%-
HSV(B)230.45º20%86.27%-
XYZ47.7648.2674.51-
YUV185.12147.68121.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.40%
GREEN value IS 183 (71.88% from 255) = 31.61%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=30.40%
G=31.61%
B=38.00%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761832200.20.1700.14230.4538.677.65
HexB0B7DC14110Ee6274e
Octal260267334242101634647116
Binary101100001011011111011100101001000101110111001101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B7DC; }

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

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

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

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

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

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

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

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