Html Css Color HEX #BEBCCE Blue Haze

📋 copy color: '#BEBCCE'

red 190 ◦ green 188 ◦ blue 206

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

Shades of Blue Haze #BEBCCE

Tints of Blue Haze #BEBCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.19%

 BLUE value IS 206 (80.86% from 255) = 35.27%

R = 32.53%
G = 32.19%
B = 35.27%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEBCCE (or 0xBEBCCE) is known color: Blue Haze. HEX triplet: BE, BC and CE. RGB value is (190,188,206). Sum of RGB (Red+Green+Blue) = 190+188+206=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCCE is #414331. Grayscale: #BEBEBE. Windows color (decimal): -4277042 or 13548734. OLE color: 13548734.

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

Color convert

RGB 190 188 206 -
CMYK 0.08 0.09 0 0.19
HSL 246.67º 0.16% 0.77% -
HSV(B) 246.67º 0.09% 0.81% -
XYZ 50.36 51.37 65.65 -
YUV 190.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 190 188 206 0.08 0.09 0 0.19 246.67 0.16 0.77
Hex BE BC CE 8 9 0 13 F7 10 4D
Octal 276 274 316 10 11 0 23 367 20 115
Binary 10111110 10111100 11001110 1000 1001 0 10011 11110111 10000 1001101

Color Harmonies of #BEBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCCE

Black with #BEBCCE

Text Example


Text Example

White with #BEBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCCE; }

 p { color: rgb(190,188,206); }

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

background-color css

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

 a { background-color: rgb(190,188,206); }

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

border-color css

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

 span { border-color: rgb(190,188,206); }

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