#B0B4DF

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

Shades of Perano #B0B4DF

Tints of Perano #B0B4DF

Color information

#B0B4DF (or 0xB0B4DF) is unknown color: approx Perano. HEX triplet: B0, B4 and DF. RGB value is (176,180,223). Sum of RGB (Red+Green+Blue) = 176+180+223=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0B4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B4DF is #4F4B20. Grayscale: #B7B7B7. Windows color (decimal): -5196577 or 14660784. OLE color: 14660784.

HSL color Cylindrical-coordinate representation of color #B0B4DF: hue angle of 234.89º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0B4DF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176180223-
CMYK0.210.1900.13
HSL234.89º42.34%78.24%-
HSV(B)234.89º21.08%87.45%-
XYZ47.5547.276.42-
YUV183.71150.17122.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.40%
GREEN value IS 180 (70.70% from 255) = 31.09%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=30.40%
G=31.09%
B=38.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761802230.210.1900.13234.8942.3478.24
HexB0B4DF15130Deb2a4e
Octal260264337252301535352116
Binary101100001011010011011111101011001101101111010111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B4DF; }

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

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

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

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

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

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

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

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