Html Css Color HEX #9CB7BE Casper

📋 copy color: '#9CB7BE'

red 156 ◦ green 183 ◦ blue 190

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

Shades of Casper #9CB7BE

Tints of Casper #9CB7BE

RGB

 RED value IS 156 (61.33% from 255) = 29.49%

 GREEN value IS 183 (71.88% from 255) = 34.59%

 BLUE value IS 190 (74.61% from 255) = 35.92%

R = 29.49%
G = 34.59%
B = 35.92%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9CB7BE (or 0x9CB7BE) is known color: Casper. HEX triplet: 9C, B7 and BE. RGB value is (156,183,190). Sum of RGB (Red+Green+Blue) = 156+183+190=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #9CB7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB7BE is #634841. Grayscale: #AFAFAF. Windows color (decimal): -6506562 or 12498844. OLE color: 12498844.

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

Color convert

RGB 156 183 190 -
CMYK 0.18 0.04 0 0.25
HSL 192.35º 0.21% 0.68% -
HSV(B) 192.35º 0.18% 0.75% -
XYZ 39.94 44.65 55.23 -
YUV 175.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 156 183 190 0.18 0.04 0 0.25 192.35 0.21 0.68
Hex 9C B7 BE 12 4 0 19 C0 15 44
Octal 234 267 276 22 4 0 31 300 25 104
Binary 10011100 10110111 10111110 10010 100 0 11001 11000000 10101 1000100

Color Harmonies of #9CB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB7BE

Black with #9CB7BE

Text Example


Text Example

White with #9CB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,183,190); }

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

background-color css

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

 a { background-color: rgb(156,183,190); }

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

border-color css

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

 span { border-color: rgb(156,183,190); }

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