Html Css Color HEX #99BDC7 Heather

📋 copy color: '#99BDC7'

red 153 ◦ green 189 ◦ blue 199

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

Shades of Heather #99BDC7

Tints of Heather #99BDC7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.94%

 BLUE value IS 199 (78.13% from 255) = 36.78%

R = 28.28%
G = 34.94%
B = 36.78%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#99BDC7 (or 0x99BDC7) is known color: Heather. HEX triplet: 99, BD and C7. RGB value is (153,189,199). Sum of RGB (Red+Green+Blue) = 153+189+199=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 199 - color contains mainly: blue. Hex color #99BDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDC7 is #664238. Grayscale: #B3B3B3. Windows color (decimal): -6701625 or 13090201. OLE color: 13090201.

HSL color Cylindrical-coordinate representation of color #99BDC7: hue angle of 193.04º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99BDC7 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 189 199 -
CMYK 0.23 0.05 0 0.22
HSL 193.04º 0.29% 0.69% -
HSV(B) 193.04º 0.23% 0.78% -
XYZ 41.64 47.29 60.97 -
YUV 179.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 153 189 199 0.23 0.05 0 0.22 193.04 0.29 0.69
Hex 99 BD C7 17 5 0 16 C1 1D 45
Octal 231 275 307 27 5 0 26 301 35 105
Binary 10011001 10111101 11000111 10111 101 0 10110 11000001 11101 1000101

Color Harmonies of #99BDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BDC7

Black with #99BDC7

Text Example


Text Example

White with #99BDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,189,199); }

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

background-color css

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

 a { background-color: rgb(153,189,199); }

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

border-color css

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

 span { border-color: rgb(153,189,199); }

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