Html Css Color HEX #BEB9CE Blue Haze

📋 copy color: '#BEB9CE'

red 190 ◦ green 185 ◦ blue 206

#BEB9CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Haze #BEB9CE

Tints of Blue Haze #BEB9CE

RGB

 RED value IS 190 (74.61% from 255) = 32.7%

 GREEN value IS 185 (72.66% from 255) = 31.84%

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 32.7%
G = 31.84%
B = 35.46%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEB9CE (or 0xBEB9CE) is known color: Blue Haze. HEX triplet: BE, B9 and CE. RGB value is (190,185,206). Sum of RGB (Red+Green+Blue) = 190+185+206=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9CE is #414631. Grayscale: #BCBCBC. Windows color (decimal): -4277810 or 13547966. OLE color: 13547966.

HSL color Cylindrical-coordinate representation of color #BEB9CE: hue angle of 254.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEB9CE is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 185 206 -
CMYK 0.08 0.10 0 0.19
HSL 254.29º 0.18% 0.77% -
HSV(B) 254.29º 0.1% 0.81% -
XYZ 49.72 50.1 65.44 -
YUV 188.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 190 185 206 0.08 0.10 0 0.19 254.29 0.18 0.77
Hex BE B9 CE 8 A 0 13 FE 12 4D
Octal 276 271 316 10 12 0 23 376 22 115
Binary 10111110 10111001 11001110 1000 1010 0 10011 11111110 10010 1001101

Color Harmonies of #BEB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB9CE

Black with #BEB9CE

Text Example


Text Example

White with #BEB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB9CE; }

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

 H1.HeaderClassName
 {
   color: #BEB9CE;
 }
 .AnyTagClassName
 {
   color: #BEB9CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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