#B0B5DF

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

Shades of Perano #B0B5DF

Tints of Perano #B0B5DF

Color information

#B0B5DF (or 0xB0B5DF) is unknown color: approx Perano. HEX triplet: B0, B5 and DF. RGB value is (176,181,223). Sum of RGB (Red+Green+Blue) = 176+181+223=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0B5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B5DF is #4F4A20. Grayscale: #B8B8B8. Windows color (decimal): -5196321 or 14661040. OLE color: 14661040.

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

Color convert

RGB176181223-
CMYK0.210.1900.13
HSL233.62º42.34%78.24%-
HSV(B)233.62º21.08%87.45%-
XYZ47.7547.6176.48-
YUV184.29149.84122.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.34%
GREEN value IS 181 (71.09% from 255) = 31.21%
BLUE value IS 223 (87.5% from 255) = 38.45%
R=30.34%
G=31.21%
B=38.45%

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
Decimal1761812230.210.1900.13233.6242.3478.24
HexB0B5DF15130Dea2a4e
Octal260265337252301535252116
Binary101100001011010111011111101011001101101111010101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B5DF; }

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

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

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

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

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

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

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

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