Html Css Color HEX #99BABD Casper

📋 copy color: '#99BABD'

red 153 ◦ green 186 ◦ blue 189

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

Shades of Casper #99BABD

Tints of Casper #99BABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.8%

R = 28.98%
G = 35.23%
B = 35.8%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#99BABD (or 0x99BABD) is known color: Casper. HEX triplet: 99, BA and BD. RGB value is (153,186,189). Sum of RGB (Red+Green+Blue) = 153+186+189=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #99BABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BABD is #664542. Grayscale: #B0B0B0. Windows color (decimal): -6702403 or 12434073. OLE color: 12434073.

HSL color Cylindrical-coordinate representation of color #99BABD: hue angle of 185º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BABD is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 186 189 -
CMYK 0.19 0.02 0 0.26
HSL 185º 0.21% 0.67% -
HSV(B) 185º 0.19% 0.74% -
XYZ 39.88 45.56 54.84 -
YUV 176.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 153 186 189 0.19 0.02 0 0.26 185 0.21 0.67
Hex 99 BA BD 13 2 0 1A B9 15 43
Octal 231 272 275 23 2 0 32 271 25 103
Binary 10011001 10111010 10111101 10011 10 0 11010 10111001 10101 1000011

Color Harmonies of #99BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BABD

Black with #99BABD

Text Example


Text Example

White with #99BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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