Html Css Color HEX #9CB7BA Casper

📋 copy color: '#9CB7BA'

red 156 ◦ green 183 ◦ blue 186

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

Shades of Casper #9CB7BA

Tints of Casper #9CB7BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 29.71%
G = 34.86%
B = 35.43%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9CB7BA (or 0x9CB7BA) is known color: Casper. HEX triplet: 9C, B7 and BA. RGB value is (156,183,186). Sum of RGB (Red+Green+Blue) = 156+183+186=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CB7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB7BA is #634845. Grayscale: #AFAFAF. Windows color (decimal): -6506566 or 12236700. OLE color: 12236700.

HSL color Cylindrical-coordinate representation of color #9CB7BA: hue angle of 186º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CB7BA is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 183 186 -
CMYK 0.16 0.02 0 0.27
HSL 186º 0.18% 0.67% -
HSV(B) 186º 0.16% 0.73% -
XYZ 39.51 44.48 52.96 -
YUV 175.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 156 183 186 0.16 0.02 0 0.27 186 0.18 0.67
Hex 9C B7 BA 10 2 0 1B BA 12 43
Octal 234 267 272 20 2 0 33 272 22 103
Binary 10011100 10110111 10111010 10000 10 0 11011 10111010 10010 1000011

Color Harmonies of #9CB7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB7BA

Black with #9CB7BA

Text Example


Text Example

White with #9CB7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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