Html Css Color HEX #BEBFC0 Heather

📋 copy color: '#BEBFC0'

red 190 ◦ green 191 ◦ blue 192

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

Shades of Heather #BEBFC0

Tints of Heather #BEBFC0

RGB

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

 GREEN value IS 191 (75% from 255) = 33.33%

 BLUE value IS 192 (75.39% from 255) = 33.51%

R = 33.16%
G = 33.33%
B = 33.51%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEBFC0 (or 0xBEBFC0) is known color: Heather. HEX triplet: BE, BF and C0. RGB value is (190,191,192). Sum of RGB (Red+Green+Blue) = 190+191+192=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEBFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFC0 is #41403F. Grayscale: #BEBEBE. Windows color (decimal): -4276288 or 12631998. OLE color: 12631998.

HSL color Cylindrical-coordinate representation of color #BEBFC0: hue angle of 210º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BEBFC0 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 191 192 -
CMYK 0.01 0.01 0 0.25
HSL 210º 0.02% 0.75% -
HSV(B) 210º 0.01% 0.75% -
XYZ 49.38 52.01 57.31 -
YUV 190.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 190 191 192 0.01 0.01 0 0.25 210 0.02 0.75
Hex BE BF C0 1 1 0 19 D2 2 4B
Octal 276 277 300 1 1 0 31 322 2 113
Binary 10111110 10111111 11000000 1 1 0 11001 11010010 10 1001011

Color Harmonies of #BEBFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBFC0

Black with #BEBFC0

Text Example


Text Example

White with #BEBFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBFC0; }

 p { color: rgb(190,191,192); }

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

background-color css

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

 a { background-color: rgb(190,191,192); }

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

border-color css

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

 span { border-color: rgb(190,191,192); }

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