Html Css Color HEX #9CB9C5 Heather

📋 copy color: '#9CB9C5'

red 156 ◦ green 185 ◦ blue 197

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

Shades of Heather #9CB9C5

Tints of Heather #9CB9C5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.39%

 BLUE value IS 197 (77.34% from 255) = 36.62%

R = 29%
G = 34.39%
B = 36.62%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9CB9C5 (or 0x9CB9C5) is known color: Heather. HEX triplet: 9C, B9 and C5. RGB value is (156,185,197). Sum of RGB (Red+Green+Blue) = 156+185+197=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 197 - color contains mainly: blue. Hex color #9CB9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB9C5 is #63463A. Grayscale: #B1B1B1. Windows color (decimal): -6506043 or 12958108. OLE color: 12958108.

HSL color Cylindrical-coordinate representation of color #9CB9C5: hue angle of 197.56º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CB9C5 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 156 185 197 -
CMYK 0.21 0.06 0 0.23
HSL 197.56º 0.26% 0.69% -
HSV(B) 197.56º 0.21% 0.77% -
XYZ 41.14 45.8 59.49 -
YUV 177.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 156 185 197 0.21 0.06 0 0.23 197.56 0.26 0.69
Hex 9C B9 C5 15 6 0 17 C6 1A 45
Octal 234 271 305 25 6 0 27 306 32 105
Binary 10011100 10111001 11000101 10101 110 0 10111 11000110 11010 1000101

Color Harmonies of #9CB9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB9C5

Black with #9CB9C5

Text Example


Text Example

White with #9CB9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,185,197); }

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

background-color css

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

 a { background-color: rgb(156,185,197); }

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

border-color css

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

 span { border-color: rgb(156,185,197); }

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