Html Css Color HEX #99BCBD Casper

📋 copy color: '#99BCBD'

red 153 ◦ green 188 ◦ blue 189

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

Shades of Casper #99BCBD

Tints of Casper #99BCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.47%

 BLUE value IS 189 (74.22% from 255) = 35.66%

R = 28.87%
G = 35.47%
B = 35.66%

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

#99BCBD (or 0x99BCBD) is known color: Casper. HEX triplet: 99, BC and BD. RGB value is (153,188,189). Sum of RGB (Red+Green+Blue) = 153+188+189=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #99BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCBD is #664342. Grayscale: #B1B1B1. Windows color (decimal): -6701891 or 12434585. OLE color: 12434585.

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

Color convert

RGB 153 188 189 -
CMYK 0.19 0.01 0 0.26
HSL 181.67º 0.21% 0.67% -
HSV(B) 181.67º 0.19% 0.74% -
XYZ 40.31 46.41 54.98 -
YUV 177.65 134.4 110.42 -
System Red Green Blue C M Y K H S L
Decimal 153 188 189 0.19 0.01 0 0.26 181.67 0.21 0.67
Hex 99 BC BD 13 1 0 1A B6 15 43
Octal 231 274 275 23 1 0 32 266 25 103
Binary 10011001 10111100 10111101 10011 1 0 11010 10110110 10101 1000011

Color Harmonies of #99BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCBD

Black with #99BCBD

Text Example


Text Example

White with #99BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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