#BEB9CD

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

Shades of Blue Haze #BEB9CD

Tints of Blue Haze #BEB9CD

Color information

#BEB9CD (or 0xBEB9CD) is unknown color: approx Blue Haze. HEX triplet: BE, B9 and CD. RGB value is (190,185,205). Sum of RGB (Red+Green+Blue) = 190+185+205=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEB9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9CD is #414632. Grayscale: #BCBCBC. Windows color (decimal): -4277811 or 13482430. OLE color: 13482430.

HSL color Cylindrical-coordinate representation of color #BEB9CD: hue angle of 255º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEB9CD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190185205-
CMYK0.070.1000.20
HSL255º16.67%76.47%-
HSV(B)255º9.76%80.39%-
XYZ49.650.0564.8-
YUV188.78137.16128.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=32.76%
G=31.90%
B=35.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901852050.070.1000.2025516.6776.47
HexBEB9CD7A014ff114c
Octal27627131571202437721114
Binary101111101011100111001101111101001010011111111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9CD; }

 p { color: rgb(190,185,205); }

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

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

 a { background-color: rgb(190,185,205); }

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

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

 span { border-color: rgb(190,185,205); }

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