Html Css Color HEX #9FBBC0 Casper

📋 copy color: '#9FBBC0'

red 159 ◦ green 187 ◦ blue 192

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

Shades of Casper #9FBBC0

Tints of Casper #9FBBC0

RGB

 RED value IS 159 (62.5% from 255) = 29.55%

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

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

R = 29.55%
G = 34.76%
B = 35.69%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9FBBC0 (or 0x9FBBC0) is known color: Casper. HEX triplet: 9F, BB and C0. RGB value is (159,187,192). Sum of RGB (Red+Green+Blue) = 159+187+192=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 192 - color contains mainly: blue. Hex color #9FBBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBC0 is #60443F. Grayscale: #B3B3B3. Windows color (decimal): -6308928 or 12630943. OLE color: 12630943.

HSL color Cylindrical-coordinate representation of color #9FBBC0: hue angle of 189.09º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FBBC0 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 187 192 -
CMYK 0.17 0.03 0 0.25
HSL 189.09º 0.21% 0.69% -
HSV(B) 189.09º 0.17% 0.75% -
XYZ 41.58 46.72 56.69 -
YUV 179.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 159 187 192 0.17 0.03 0 0.25 189.09 0.21 0.69
Hex 9F BB C0 11 3 0 19 BD 15 45
Octal 237 273 300 21 3 0 31 275 25 105
Binary 10011111 10111011 11000000 10001 11 0 11001 10111101 10101 1000101

Color Harmonies of #9FBBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBBC0

Black with #9FBBC0

Text Example


Text Example

White with #9FBBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FBBC0; }

 p { color: rgb(159,187,192); }

 H1.HeaderClassName
 {
   color: #9FBBC0;
 }
 .AnyTagClassName
 {
   color: #9FBBC0;
 }
</style>

background-color css

<style>
 a { background-color: #9FBBC0; }

 a { background-color: rgb(159,187,192); }

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

border-color css

<style>
 span { border-color: #9FBBC0; }

 span { border-color: rgb(159,187,192); }

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