Html Css Color HEX #BEB9D6 Blue Haze

📋 copy color: '#BEB9D6'

red 190 ◦ green 185 ◦ blue 214

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

Shades of Blue Haze #BEB9D6

Tints of Blue Haze #BEB9D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.33%

R = 32.26%
G = 31.41%
B = 36.33%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BEB9D6 (or 0xBEB9D6) is known color: Blue Haze. HEX triplet: BE, B9 and D6. RGB value is (190,185,214). Sum of RGB (Red+Green+Blue) = 190+185+214=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEB9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9D6 is #414629. Grayscale: #BDBDBD. Windows color (decimal): -4277802 or 14072254. OLE color: 14072254.

HSL color Cylindrical-coordinate representation of color #BEB9D6: hue angle of 250.34º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEB9D6 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 185 214 -
CMYK 0.11 0.14 0 0.16
HSL 250.34º 0.26% 0.78% -
HSV(B) 250.34º 0.14% 0.84% -
XYZ 50.72 50.5 70.69 -
YUV 189.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 190 185 214 0.11 0.14 0 0.16 250.34 0.26 0.78
Hex BE B9 D6 B E 0 10 FA 1A 4E
Octal 276 271 326 13 16 0 20 372 32 116
Binary 10111110 10111001 11010110 1011 1110 0 10000 11111010 11010 1001110

Color Harmonies of #BEB9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB9D6

Black with #BEB9D6

Text Example


Text Example

White with #BEB9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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