#B0B4DC

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

Shades of Perano #B0B4DC

Tints of Perano #B0B4DC

Color information

#B0B4DC (or 0xB0B4DC) is unknown color: approx Perano. HEX triplet: B0, B4 and DC. RGB value is (176,180,220). Sum of RGB (Red+Green+Blue) = 176+180+220=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0B4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B4DC is #4F4B23. Grayscale: #B7B7B7. Windows color (decimal): -5196580 or 14464176. OLE color: 14464176.

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

Color convert

RGB176180220-
CMYK0.20.1800.14
HSL234.55º38.6%77.65%-
HSV(B)234.55º20%86.27%-
XYZ47.1447.0474.31-
YUV183.36148.67122.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 180 (70.70% from 255) = 31.25%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=30.56%
G=31.25%
B=38.19%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761802200.20.1800.14234.5538.677.65
HexB0B4DC14120Eeb274e
Octal260264334242201635347116
Binary101100001011010011011100101001001001110111010111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B4DC; }

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

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

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

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

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

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

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

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