#BEB9CA

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

Shades of Blue Haze #BEB9CA

Tints of Blue Haze #BEB9CA

Color information

#BEB9CA (or 0xBEB9CA) is unknown color: approx Blue Haze. HEX triplet: BE, B9 and CA. RGB value is (190,185,202). Sum of RGB (Red+Green+Blue) = 190+185+202=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9CA is #414635. Grayscale: #BCBCBC. Windows color (decimal): -4277814 or 13285822. OLE color: 13285822.

HSL color Cylindrical-coordinate representation of color #BEB9CA: hue angle of 257.65º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEB9CA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190185202-
CMYK0.060.0800.21
HSL257.65º13.82%75.88%-
HSV(B)257.65º8.42%79.22%-
XYZ49.2449.9162.92-
YUV188.43135.66129.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=32.93%
G=32.06%
B=35.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901852020.060.0800.21257.6513.8275.88
HexBEB9CA68015102e4c
Octal27627131261002540216114
Binary101111101011100111001010110100001010110000001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9CA; }

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

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

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

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

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

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

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

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