Html Css Color HEX #BEC9CD Heather

📋 copy color: '#BEC9CD'

red 190 ◦ green 201 ◦ blue 205

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

Shades of Heather #BEC9CD

Tints of Heather #BEC9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.72%

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

R = 31.88%
G = 33.72%
B = 34.4%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BEC9CD (or 0xBEC9CD) is known color: Heather. HEX triplet: BE, C9 and CD. RGB value is (190,201,205). Sum of RGB (Red+Green+Blue) = 190+201+205=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9CD is #413632. Grayscale: #C6C6C6. Windows color (decimal): -4273715 or 13486526. OLE color: 13486526.

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

Color convert

RGB 190 201 205 -
CMYK 0.07 0.02 0 0.20
HSL 196º 0.13% 0.77% -
HSV(B) 196º 0.07% 0.8% -
XYZ 53.14 57.13 65.98 -
YUV 198.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 190 201 205 0.07 0.02 0 0.20 196 0.13 0.77
Hex BE C9 CD 7 2 0 14 C4 D 4D
Octal 276 311 315 7 2 0 24 304 15 115
Binary 10111110 11001001 11001101 111 10 0 10100 11000100 1101 1001101

Color Harmonies of #BEC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9CD

Black with #BEC9CD

Text Example


Text Example

White with #BEC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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