Html Css Color HEX #99BDC0 Casper

📋 copy color: '#99BDC0'

red 153 ◦ green 189 ◦ blue 192

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

Shades of Casper #99BDC0

Tints of Casper #99BDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.39%

 BLUE value IS 192 (75.39% from 255) = 35.96%

R = 28.65%
G = 35.39%
B = 35.96%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#99BDC0 (or 0x99BDC0) is known color: Casper. HEX triplet: 99, BD and C0. RGB value is (153,189,192). Sum of RGB (Red+Green+Blue) = 153+189+192=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #99BDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDC0 is #66423F. Grayscale: #B2B2B2. Windows color (decimal): -6701632 or 12631449. OLE color: 12631449.

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

Color convert

RGB 153 189 192 -
CMYK 0.20 0.02 0 0.25
HSL 184.62º 0.24% 0.68% -
HSV(B) 184.62º 0.2% 0.75% -
XYZ 40.85 46.97 56.78 -
YUV 178.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 153 189 192 0.20 0.02 0 0.25 184.62 0.24 0.68
Hex 99 BD C0 14 2 0 19 B9 18 44
Octal 231 275 300 24 2 0 31 271 30 104
Binary 10011001 10111101 11000000 10100 10 0 11001 10111001 11000 1000100

Color Harmonies of #99BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BDC0

Black with #99BDC0

Text Example


Text Example

White with #99BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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