Html Css Color HEX #BEB9CF Blue Haze

📋 copy color: '#BEB9CF'

red 190 ◦ green 185 ◦ blue 207

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

Shades of Blue Haze #BEB9CF

Tints of Blue Haze #BEB9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.57%

R = 32.65%
G = 31.79%
B = 35.57%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEB9CF (or 0xBEB9CF) is known color: Blue Haze. HEX triplet: BE, B9 and CF. RGB value is (190,185,207). Sum of RGB (Red+Green+Blue) = 190+185+207=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEB9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9CF is #414630. Grayscale: #BCBCBC. Windows color (decimal): -4277809 or 13613502. OLE color: 13613502.

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

Color convert

RGB 190 185 207 -
CMYK 0.08 0.11 0 0.19
HSL 253.64º 0.19% 0.77% -
HSV(B) 253.64º 0.11% 0.81% -
XYZ 49.85 50.15 66.08 -
YUV 189 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 190 185 207 0.08 0.11 0 0.19 253.64 0.19 0.77
Hex BE B9 CF 8 B 0 13 FE 13 4D
Octal 276 271 317 10 13 0 23 376 23 115
Binary 10111110 10111001 11001111 1000 1011 0 10011 11111110 10011 1001101

Color Harmonies of #BEB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB9CF

Black with #BEB9CF

Text Example


Text Example

White with #BEB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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