Html Css Color HEX #99BABF Casper

📋 copy color: '#99BABF'

red 153 ◦ green 186 ◦ blue 191

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

Shades of Casper #99BABF

Tints of Casper #99BABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.04%

R = 28.87%
G = 35.09%
B = 36.04%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#99BABF (or 0x99BABF) is known color: Casper. HEX triplet: 99, BA and BF. RGB value is (153,186,191). Sum of RGB (Red+Green+Blue) = 153+186+191=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #99BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BABF is #664540. Grayscale: #B0B0B0. Windows color (decimal): -6702401 or 12565145. OLE color: 12565145.

HSL color Cylindrical-coordinate representation of color #99BABF: hue angle of 187.89º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BABF is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 186 191 -
CMYK 0.20 0.03 0 0.25
HSL 187.89º 0.23% 0.67% -
HSV(B) 187.89º 0.2% 0.75% -
XYZ 40.1 45.65 55.99 -
YUV 176.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 153 186 191 0.20 0.03 0 0.25 187.89 0.23 0.67
Hex 99 BA BF 14 3 0 19 BC 17 43
Octal 231 272 277 24 3 0 31 274 27 103
Binary 10011001 10111010 10111111 10100 11 0 11001 10111100 10111 1000011

Color Harmonies of #99BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BABF

Black with #99BABF

Text Example


Text Example

White with #99BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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