Html Css Color HEX #99BACA Heather

📋 copy color: '#99BACA'

red 153 ◦ green 186 ◦ blue 202

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

Shades of Heather #99BACA

Tints of Heather #99BACA

RGB

 RED value IS 153 (60.16% from 255) = 28.28%

 GREEN value IS 186 (73.05% from 255) = 34.38%

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

R = 28.28%
G = 34.38%
B = 37.34%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#99BACA (or 0x99BACA) is known color: Heather. HEX triplet: 99, BA and CA. RGB value is (153,186,202). Sum of RGB (Red+Green+Blue) = 153+186+202=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #99BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BACA is #664535. Grayscale: #B1B1B1. Windows color (decimal): -6702390 or 13286041. OLE color: 13286041.

HSL color Cylindrical-coordinate representation of color #99BACA: hue angle of 199.59º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99BACA is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 186 202 -
CMYK 0.24 0.08 0 0.21
HSL 199.59º 0.32% 0.7% -
HSV(B) 199.59º 0.24% 0.79% -
XYZ 41.36 46.15 62.61 -
YUV 177.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 153 186 202 0.24 0.08 0 0.21 199.59 0.32 0.7
Hex 99 BA CA 18 8 0 15 C8 20 46
Octal 231 272 312 30 10 0 25 310 40 106
Binary 10011001 10111010 11001010 11000 1000 0 10101 11001000 100000 1000110

Color Harmonies of #99BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BACA

Black with #99BACA

Text Example


Text Example

White with #99BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BACA; }

 p { color: rgb(153,186,202); }

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

background-color css

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

 a { background-color: rgb(153,186,202); }

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

border-color css

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

 span { border-color: rgb(153,186,202); }

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