Html Css Color HEX #99BAD0 Heather

📋 copy color: '#99BAD0'

red 153 ◦ green 186 ◦ blue 208

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

Shades of Heather #99BAD0

Tints of Heather #99BAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.03%

R = 27.97%
G = 34%
B = 38.03%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#99BAD0 (or 0x99BAD0) is known color: Heather. HEX triplet: 99, BA and D0. RGB value is (153,186,208). Sum of RGB (Red+Green+Blue) = 153+186+208=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #99BAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BAD0 is #66452F. Grayscale: #B2B2B2. Windows color (decimal): -6702384 or 13679257. OLE color: 13679257.

HSL color Cylindrical-coordinate representation of color #99BAD0: hue angle of 204º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99BAD0 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 186 208 -
CMYK 0.26 0.11 0 0.18
HSL 204º 0.37% 0.71% -
HSV(B) 204º 0.26% 0.82% -
XYZ 42.08 46.44 66.42 -
YUV 178.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 153 186 208 0.26 0.11 0 0.18 204 0.37 0.71
Hex 99 BA D0 1A B 0 12 CC 25 47
Octal 231 272 320 32 13 0 22 314 45 107
Binary 10011001 10111010 11010000 11010 1011 0 10010 11001100 100101 1000111

Color Harmonies of #99BAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BAD0

Black with #99BAD0

Text Example


Text Example

White with #99BAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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