Html Css Color HEX #9FB6BC Casper

📋 copy color: '#9FB6BC'

red 159 ◦ green 182 ◦ blue 188

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

Shades of Casper #9FB6BC

Tints of Casper #9FB6BC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.4%

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

R = 30.06%
G = 34.4%
B = 35.54%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9FB6BC (or 0x9FB6BC) is known color: Casper. HEX triplet: 9F, B6 and BC. RGB value is (159,182,188). Sum of RGB (Red+Green+Blue) = 159+182+188=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB6BC is #604943. Grayscale: #AFAFAF. Windows color (decimal): -6310212 or 12367519. OLE color: 12367519.

HSL color Cylindrical-coordinate representation of color #9FB6BC: hue angle of 192.41º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FB6BC is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 182 188 -
CMYK 0.15 0.03 0 0.26
HSL 192.41º 0.18% 0.68% -
HSV(B) 192.41º 0.15% 0.74% -
XYZ 40.1 44.46 54.04 -
YUV 175.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 159 182 188 0.15 0.03 0 0.26 192.41 0.18 0.68
Hex 9F B6 BC F 3 0 1A C0 12 44
Octal 237 266 274 17 3 0 32 300 22 104
Binary 10011111 10110110 10111100 1111 11 0 11010 11000000 10010 1000100

Color Harmonies of #9FB6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB6BC

Black with #9FB6BC

Text Example


Text Example

White with #9FB6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,182,188); }

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

background-color css

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

 a { background-color: rgb(159,182,188); }

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

border-color css

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

 span { border-color: rgb(159,182,188); }

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