Html Css Color HEX #BEBACD Blue Haze

📋 copy color: '#BEBACD'

red 190 ◦ green 186 ◦ blue 205

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

Shades of Blue Haze #BEBACD

Tints of Blue Haze #BEBACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.01%

 BLUE value IS 205 (80.47% from 255) = 35.28%

R = 32.7%
G = 32.01%
B = 35.28%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BEBACD (or 0xBEBACD) is known color: Blue Haze. HEX triplet: BE, BA and CD. RGB value is (190,186,205). Sum of RGB (Red+Green+Blue) = 190+186+205=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBACD is #414532. Grayscale: #BDBDBD. Windows color (decimal): -4277555 or 13482686. OLE color: 13482686.

HSL color Cylindrical-coordinate representation of color #BEBACD: hue angle of 252.63º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEBACD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 186 205 -
CMYK 0.07 0.09 0 0.20
HSL 252.63º 0.16% 0.77% -
HSV(B) 252.63º 0.09% 0.8% -
XYZ 49.81 50.47 64.87 -
YUV 189.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 190 186 205 0.07 0.09 0 0.20 252.63 0.16 0.77
Hex BE BA CD 7 9 0 14 FD 10 4D
Octal 276 272 315 7 11 0 24 375 20 115
Binary 10111110 10111010 11001101 111 1001 0 10100 11111101 10000 1001101

Color Harmonies of #BEBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBACD

Black with #BEBACD

Text Example


Text Example

White with #BEBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBACD; }

 p { color: rgb(190,186,205); }

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

background-color css

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

 a { background-color: rgb(190,186,205); }

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

border-color css

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

 span { border-color: rgb(190,186,205); }

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