Html Css Color HEX #99BABC Casper

📋 copy color: '#99BABC'

red 153 ◦ green 186 ◦ blue 188

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

Shades of Casper #99BABC

Tints of Casper #99BABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.67%

R = 29.03%
G = 35.29%
B = 35.67%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#99BABC (or 0x99BABC) is known color: Casper. HEX triplet: 99, BA and BC. RGB value is (153,186,188). Sum of RGB (Red+Green+Blue) = 153+186+188=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #99BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BABC is #664543. Grayscale: #B0B0B0. Windows color (decimal): -6702404 or 12368537. OLE color: 12368537.

HSL color Cylindrical-coordinate representation of color #99BABC: hue angle of 183.43º 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 #99BABC is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 186 188 -
CMYK 0.19 0.01 0 0.26
HSL 183.43º 0.21% 0.67% -
HSV(B) 183.43º 0.19% 0.74% -
XYZ 39.77 45.52 54.27 -
YUV 176.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 153 186 188 0.19 0.01 0 0.26 183.43 0.21 0.67
Hex 99 BA BC 13 1 0 1A B7 15 43
Octal 231 272 274 23 1 0 32 267 25 103
Binary 10011001 10111010 10111100 10011 1 0 11010 10110111 10101 1000011

Color Harmonies of #99BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BABC

Black with #99BABC

Text Example


Text Example

White with #99BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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