Html Css Color HEX #BEB9D0 Blue Haze

📋 copy color: '#BEB9D0'

red 190 ◦ green 185 ◦ blue 208

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

Shades of Blue Haze #BEB9D0

Tints of Blue Haze #BEB9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.68%

R = 32.59%
G = 31.73%
B = 35.68%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEB9D0 (or 0xBEB9D0) is known color: Blue Haze. HEX triplet: BE, B9 and D0. RGB value is (190,185,208). Sum of RGB (Red+Green+Blue) = 190+185+208=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEB9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9D0 is #41462F. Grayscale: #BDBDBD. Windows color (decimal): -4277808 or 13679038. OLE color: 13679038.

HSL color Cylindrical-coordinate representation of color #BEB9D0: hue angle of 253.04º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEB9D0 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 185 208 -
CMYK 0.09 0.11 0 0.18
HSL 253.04º 0.2% 0.77% -
HSV(B) 253.04º 0.11% 0.82% -
XYZ 49.97 50.2 66.73 -
YUV 189.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 190 185 208 0.09 0.11 0 0.18 253.04 0.2 0.77
Hex BE B9 D0 9 B 0 12 FD 14 4D
Octal 276 271 320 11 13 0 22 375 24 115
Binary 10111110 10111001 11010000 1001 1011 0 10010 11111101 10100 1001101

Color Harmonies of #BEB9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB9D0

Black with #BEB9D0

Text Example


Text Example

White with #BEB9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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