Html Css Color HEX #BEB9D4 Blue Haze

📋 copy color: '#BEB9D4'

red 190 ◦ green 185 ◦ blue 212

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

Shades of Blue Haze #BEB9D4

Tints of Blue Haze #BEB9D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.12%

R = 32.37%
G = 31.52%
B = 36.12%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BEB9D4 (or 0xBEB9D4) is known color: Blue Haze. HEX triplet: BE, B9 and D4. RGB value is (190,185,212). Sum of RGB (Red+Green+Blue) = 190+185+212=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEB9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9D4 is #41462B. Grayscale: #BDBDBD. Windows color (decimal): -4277804 or 13941182. OLE color: 13941182.

HSL color Cylindrical-coordinate representation of color #BEB9D4: hue angle of 251.11º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEB9D4 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 185 212 -
CMYK 0.10 0.13 0 0.17
HSL 251.11º 0.24% 0.78% -
HSV(B) 251.11º 0.13% 0.83% -
XYZ 50.47 50.4 69.36 -
YUV 189.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 190 185 212 0.10 0.13 0 0.17 251.11 0.24 0.78
Hex BE B9 D4 A D 0 11 FB 18 4E
Octal 276 271 324 12 15 0 21 373 30 116
Binary 10111110 10111001 11010100 1010 1101 0 10001 11111011 11000 1001110

Color Harmonies of #BEB9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB9D4

Black with #BEB9D4

Text Example


Text Example

White with #BEB9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB9D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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