Html Css Color HEX #99BBC1 Casper

📋 copy color: '#99BBC1'

red 153 ◦ green 187 ◦ blue 193

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

Shades of Casper #99BBC1

Tints of Casper #99BBC1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.08%

 BLUE value IS 193 (75.78% from 255) = 36.21%

R = 28.71%
G = 35.08%
B = 36.21%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#99BBC1 (or 0x99BBC1) is known color: Casper. HEX triplet: 99, BB and C1. RGB value is (153,187,193). Sum of RGB (Red+Green+Blue) = 153+187+193=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #99BBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBC1 is #66443E. Grayscale: #B1B1B1. Windows color (decimal): -6702143 or 12696473. OLE color: 12696473.

HSL color Cylindrical-coordinate representation of color #99BBC1: hue angle of 189º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99BBC1 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 187 193 -
CMYK 0.21 0.03 0 0.24
HSL 189º 0.24% 0.68% -
HSV(B) 189º 0.21% 0.76% -
XYZ 40.53 46.16 57.23 -
YUV 177.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 153 187 193 0.21 0.03 0 0.24 189 0.24 0.68
Hex 99 BB C1 15 3 0 18 BD 18 44
Octal 231 273 301 25 3 0 30 275 30 104
Binary 10011001 10111011 11000001 10101 11 0 11000 10111101 11000 1000100

Color Harmonies of #99BBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BBC1

Black with #99BBC1

Text Example


Text Example

White with #99BBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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