Html Css Color HEX #99BABB Casper

📋 copy color: '#99BABB'

red 153 ◦ green 186 ◦ blue 187

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

Shades of Casper #99BABB

Tints of Casper #99BABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 29.09%
G = 35.36%
B = 35.55%

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

#99BABB (or 0x99BABB) is known color: Casper. HEX triplet: 99, BA and BB. RGB value is (153,186,187). Sum of RGB (Red+Green+Blue) = 153+186+187=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #99BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BABB is #664544. Grayscale: #B0B0B0. Windows color (decimal): -6702405 or 12303001. OLE color: 12303001.

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

Color convert

RGB 153 186 187 -
CMYK 0.18 0.01 0 0.27
HSL 181.76º 0.2% 0.67% -
HSV(B) 181.76º 0.18% 0.73% -
XYZ 39.67 45.48 53.7 -
YUV 176.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 153 186 187 0.18 0.01 0 0.27 181.76 0.2 0.67
Hex 99 BA BB 12 1 0 1B B6 14 43
Octal 231 272 273 22 1 0 33 266 24 103
Binary 10011001 10111010 10111011 10010 1 0 11011 10110110 10100 1000011

Color Harmonies of #99BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BABB

Black with #99BABB

Text Example


Text Example

White with #99BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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