#B5B0CD

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

Shades of Blue Haze #B5B0CD

Tints of Blue Haze #B5B0CD

Color information

#B5B0CD (or 0xB5B0CD) is unknown color: approx Blue Haze. HEX triplet: B5, B0 and CD. RGB value is (181,176,205). Sum of RGB (Red+Green+Blue) = 181+176+205=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5B0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0CD is #4A4F32. Grayscale: #B4B4B4. Windows color (decimal): -4869939 or 13480117. OLE color: 13480117.

HSL color Cylindrical-coordinate representation of color #B5B0CD: hue angle of 250.34º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5B0CD is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181176205-
CMYK0.120.1400.20
HSL250.34º22.48%74.71%-
HSV(B)250.34º14.15%80.39%-
XYZ45.645.2864.09-
YUV180.8141.66128.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.21%
GREEN value IS 176 (69.14% from 255) = 31.32%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=32.21%
G=31.32%
B=36.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811762050.120.1400.20250.3422.4874.71
HexB5B0CDCE014fa164b
Octal265260315141602437226113
Binary1011010110110000110011011100111001010011111010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B0CD; }

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

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

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

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

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

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

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

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