Html Css Color HEX #BEC7CA Heather

📋 copy color: '#BEC7CA'

red 190 ◦ green 199 ◦ blue 202

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

Shades of Heather #BEC7CA

Tints of Heather #BEC7CA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.67%

 BLUE value IS 202 (79.3% from 255) = 34.18%

R = 32.15%
G = 33.67%
B = 34.18%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEC7CA (or 0xBEC7CA) is known color: Heather. HEX triplet: BE, C7 and CA. RGB value is (190,199,202). Sum of RGB (Red+Green+Blue) = 190+199+202=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7CA is #413835. Grayscale: #C4C4C4. Windows color (decimal): -4274230 or 13289406. OLE color: 13289406.

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

Color convert

RGB 190 199 202 -
CMYK 0.06 0.01 0 0.21
HSL 195º 0.1% 0.77% -
HSV(B) 195º 0.06% 0.79% -
XYZ 52.32 56.06 63.94 -
YUV 196.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 190 199 202 0.06 0.01 0 0.21 195 0.1 0.77
Hex BE C7 CA 6 1 0 15 C3 A 4D
Octal 276 307 312 6 1 0 25 303 12 115
Binary 10111110 11000111 11001010 110 1 0 10101 11000011 1010 1001101

Color Harmonies of #BEC7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC7CA

Black with #BEC7CA

Text Example


Text Example

White with #BEC7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC7CA; }

 p { color: rgb(190,199,202); }

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

background-color css

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

 a { background-color: rgb(190,199,202); }

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

border-color css

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

 span { border-color: rgb(190,199,202); }

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