Html Css Color HEX #BEC5C9 Heather

📋 copy color: '#BEC5C9'

red 190 ◦ green 197 ◦ blue 201

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

Shades of Heather #BEC5C9

Tints of Heather #BEC5C9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.5%

 BLUE value IS 201 (78.91% from 255) = 34.18%

R = 32.31%
G = 33.5%
B = 34.18%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEC5C9 (or 0xBEC5C9) is known color: Heather. HEX triplet: BE, C5 and C9. RGB value is (190,197,201). Sum of RGB (Red+Green+Blue) = 190+197+201=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEC5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5C9 is #413A36. Grayscale: #C3C3C3. Windows color (decimal): -4274743 or 13223358. OLE color: 13223358.

HSL color Cylindrical-coordinate representation of color #BEC5C9: hue angle of 201.82º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC5C9 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 197 201 -
CMYK 0.05 0.02 0 0.21
HSL 201.82º 0.09% 0.77% -
HSV(B) 201.82º 0.05% 0.79% -
XYZ 51.74 55.1 63.17 -
YUV 195.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 190 197 201 0.05 0.02 0 0.21 201.82 0.09 0.77
Hex BE C5 C9 5 2 0 15 CA 9 4D
Octal 276 305 311 5 2 0 25 312 11 115
Binary 10111110 11000101 11001001 101 10 0 10101 11001010 1001 1001101

Color Harmonies of #BEC5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5C9

Black with #BEC5C9

Text Example


Text Example

White with #BEC5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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