Html Css Color HEX #BEC6CA Heather

📋 copy color: '#BEC6CA'

red 190 ◦ green 198 ◦ blue 202

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

Shades of Heather #BEC6CA

Tints of Heather #BEC6CA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.56%

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

R = 32.2%
G = 33.56%
B = 34.24%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEC6CA (or 0xBEC6CA) is known color: Heather. HEX triplet: BE, C6 and CA. RGB value is (190,198,202). Sum of RGB (Red+Green+Blue) = 190+198+202=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6CA is #413935. Grayscale: #C4C4C4. Windows color (decimal): -4274486 or 13289150. OLE color: 13289150.

HSL color Cylindrical-coordinate representation of color #BEC6CA: hue angle of 200º 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 #BEC6CA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 198 202 -
CMYK 0.06 0.02 0 0.21
HSL 200º 0.1% 0.77% -
HSV(B) 200º 0.06% 0.79% -
XYZ 52.09 55.6 63.86 -
YUV 196.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 190 198 202 0.06 0.02 0 0.21 200 0.1 0.77
Hex BE C6 CA 6 2 0 15 C8 A 4D
Octal 276 306 312 6 2 0 25 310 12 115
Binary 10111110 11000110 11001010 110 10 0 10101 11001000 1010 1001101

Color Harmonies of #BEC6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6CA

Black with #BEC6CA

Text Example


Text Example

White with #BEC6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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