Html Css Color HEX #BEB8D6 Blue Haze

📋 copy color: '#BEB8D6'

red 190 ◦ green 184 ◦ blue 214

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

Shades of Blue Haze #BEB8D6

Tints of Blue Haze #BEB8D6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.29%

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

R = 32.31%
G = 31.29%
B = 36.39%

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

#BEB8D6 (or 0xBEB8D6) is known color: Blue Haze. HEX triplet: BE, B8 and D6. RGB value is (190,184,214). Sum of RGB (Red+Green+Blue) = 190+184+214=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEB8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8D6 is #414729. Grayscale: #BDBDBD. Windows color (decimal): -4278058 or 14071998. OLE color: 14071998.

HSL color Cylindrical-coordinate representation of color #BEB8D6: hue angle of 252º degrees, saturation: 0.27, 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 #BEB8D6 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 184 214 -
CMYK 0.11 0.14 0 0.16
HSL 252º 0.27% 0.78% -
HSV(B) 252º 0.14% 0.84% -
XYZ 50.51 50.08 70.62 -
YUV 189.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 190 184 214 0.11 0.14 0 0.16 252 0.27 0.78
Hex BE B8 D6 B E 0 10 FC 1B 4E
Octal 276 270 326 13 16 0 20 374 33 116
Binary 10111110 10111000 11010110 1011 1110 0 10000 11111100 11011 1001110

Color Harmonies of #BEB8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB8D6

Black with #BEB8D6

Text Example


Text Example

White with #BEB8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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