Html Css Color HEX #99B9BA Casper

📋 copy color: '#99B9BA'

red 153 ◦ green 185 ◦ blue 186

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

Shades of Casper #99B9BA

Tints of Casper #99B9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.31%

 BLUE value IS 186 (73.05% from 255) = 35.5%

R = 29.2%
G = 35.31%
B = 35.5%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#99B9BA (or 0x99B9BA) is known color: Casper. HEX triplet: 99, B9 and BA. RGB value is (153,185,186). Sum of RGB (Red+Green+Blue) = 153+185+186=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #99B9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9BA is #664645. Grayscale: #AFAFAF. Windows color (decimal): -6702662 or 12237209. OLE color: 12237209.

HSL color Cylindrical-coordinate representation of color #99B9BA: hue angle of 181.82º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99B9BA is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 185 186 -
CMYK 0.18 0.01 0 0.27
HSL 181.82º 0.19% 0.66% -
HSV(B) 181.82º 0.18% 0.73% -
XYZ 39.35 45.02 53.07 -
YUV 175.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 153 185 186 0.18 0.01 0 0.27 181.82 0.19 0.66
Hex 99 B9 BA 12 1 0 1B B6 13 42
Octal 231 271 272 22 1 0 33 266 23 102
Binary 10011001 10111001 10111010 10010 1 0 11011 10110110 10011 1000010

Color Harmonies of #99B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B9BA

Black with #99B9BA

Text Example


Text Example

White with #99B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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