Html Css Color HEX #9CB5BA Casper

📋 copy color: '#9CB5BA'

red 156 ◦ green 181 ◦ blue 186

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

Shades of Casper #9CB5BA

Tints of Casper #9CB5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.61%

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

R = 29.83%
G = 34.61%
B = 35.56%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9CB5BA (or 0x9CB5BA) is known color: Casper. HEX triplet: 9C, B5 and BA. RGB value is (156,181,186). Sum of RGB (Red+Green+Blue) = 156+181+186=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB5BA is #634A45. Grayscale: #AEAEAE. Windows color (decimal): -6507078 or 12236188. OLE color: 12236188.

HSL color Cylindrical-coordinate representation of color #9CB5BA: hue angle of 190º 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 #9CB5BA is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 181 186 -
CMYK 0.16 0.03 0 0.27
HSL 190º 0.18% 0.67% -
HSV(B) 190º 0.16% 0.73% -
XYZ 39.1 43.66 52.82 -
YUV 174.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 156 181 186 0.16 0.03 0 0.27 190 0.18 0.67
Hex 9C B5 BA 10 3 0 1B BE 12 43
Octal 234 265 272 20 3 0 33 276 22 103
Binary 10011100 10110101 10111010 10000 11 0 11011 10111110 10010 1000011

Color Harmonies of #9CB5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB5BA

Black with #9CB5BA

Text Example


Text Example

White with #9CB5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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