Html Css Color HEX #99BCCC Heather

📋 copy color: '#99BCCC'

red 153 ◦ green 188 ◦ blue 204

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

Shades of Heather #99BCCC

Tints of Heather #99BCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.5%

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 28.07%
G = 34.5%
B = 37.43%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#99BCCC (or 0x99BCCC) is known color: Heather. HEX triplet: 99, BC and CC. RGB value is (153,188,204). Sum of RGB (Red+Green+Blue) = 153+188+204=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #99BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCCC is #664333. Grayscale: #B3B3B3. Windows color (decimal): -6701876 or 13417625. OLE color: 13417625.

HSL color Cylindrical-coordinate representation of color #99BCCC: hue angle of 198.82º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99BCCC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 188 204 -
CMYK 0.25 0.08 0 0.2
HSL 198.82º 0.33% 0.7% -
HSV(B) 198.82º 0.25% 0.8% -
XYZ 42.02 47.1 64 -
YUV 179.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 153 188 204 0.25 0.08 0 0.2 198.82 0.33 0.7
Hex 99 BC CC 19 8 0 14 C7 21 46
Octal 231 274 314 31 10 0 24 307 41 106
Binary 10011001 10111100 11001100 11001 1000 0 10100 11000111 100001 1000110

Color Harmonies of #99BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCCC

Black with #99BCCC

Text Example


Text Example

White with #99BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,188,204); }

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

background-color css

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

 a { background-color: rgb(153,188,204); }

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

border-color css

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

 span { border-color: rgb(153,188,204); }

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