Html Css Color HEX #9FBCC2 Casper

📋 copy color: '#9FBCC2'

red 159 ◦ green 188 ◦ blue 194

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

Shades of Casper #9FBCC2

Tints of Casper #9FBCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.86%

R = 29.39%
G = 34.75%
B = 35.86%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9FBCC2 (or 0x9FBCC2) is known color: Casper. HEX triplet: 9F, BC and C2. RGB value is (159,188,194). Sum of RGB (Red+Green+Blue) = 159+188+194=541 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.39% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 194 - color contains mainly: blue. Hex color #9FBCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCC2 is #60433D. Grayscale: #B3B3B3. Windows color (decimal): -6308670 or 12762271. OLE color: 12762271.

HSL color Cylindrical-coordinate representation of color #9FBCC2: hue angle of 190.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FBCC2 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 188 194 -
CMYK 0.18 0.03 0 0.24
HSL 190.29º 0.22% 0.69% -
HSV(B) 190.29º 0.18% 0.76% -
XYZ 42.02 47.23 57.94 -
YUV 180.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 159 188 194 0.18 0.03 0 0.24 190.29 0.22 0.69
Hex 9F BC C2 12 3 0 18 BE 16 45
Octal 237 274 302 22 3 0 30 276 26 105
Binary 10011111 10111100 11000010 10010 11 0 11000 10111110 10110 1000101

Color Harmonies of #9FBCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCC2

Black with #9FBCC2

Text Example


Text Example

White with #9FBCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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