#99BABB

Color #99BABB Casper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casper #99BABB

Tints of Casper #99BABB

Color information

#99BABB (or 0x99BABB) is unknown color: approx 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

RGB153186187-
CMYK0.180.0100.27
HSL181.76º20%66.67%-
HSV(B)181.76º18.18%73.33%-
XYZ39.6745.4853.7-
YUV176.25134.07111.42-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531861870.180.0100.27181.762066.67
Hex99BABB12101Bb61443
Octal23127227322103326624103
Binary10011001101110101011101110010101101110110110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>