Html Css Color HEX #9CBAC0 Casper

📋 copy color: '#9CBAC0'

red 156 ◦ green 186 ◦ blue 192

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

Shades of Casper #9CBAC0

Tints of Casper #9CBAC0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.83%

 BLUE value IS 192 (75.39% from 255) = 35.96%

R = 29.21%
G = 34.83%
B = 35.96%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9CBAC0 (or 0x9CBAC0) is known color: Casper. HEX triplet: 9C, BA and C0. RGB value is (156,186,192). Sum of RGB (Red+Green+Blue) = 156+186+192=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #9CBAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBAC0 is #63453F. Grayscale: #B1B1B1. Windows color (decimal): -6505792 or 12630684. OLE color: 12630684.

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

Color convert

RGB 156 186 192 -
CMYK 0.19 0.03 0 0.25
HSL 190º 0.22% 0.68% -
HSV(B) 190º 0.19% 0.75% -
XYZ 40.78 45.99 56.6 -
YUV 177.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 156 186 192 0.19 0.03 0 0.25 190 0.22 0.68
Hex 9C BA C0 13 3 0 19 BE 16 44
Octal 234 272 300 23 3 0 31 276 26 104
Binary 10011100 10111010 11000000 10011 11 0 11001 10111110 10110 1000100

Color Harmonies of #9CBAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBAC0

Black with #9CBAC0

Text Example


Text Example

White with #9CBAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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