Html Css Color HEX #9CBDCD Heather

📋 copy color: '#9CBDCD'

red 156 ◦ green 189 ◦ blue 205

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

Shades of Heather #9CBDCD

Tints of Heather #9CBDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.36%

 BLUE value IS 205 (80.47% from 255) = 37.27%

R = 28.36%
G = 34.36%
B = 37.27%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9CBDCD (or 0x9CBDCD) is known color: Heather. HEX triplet: 9C, BD and CD. RGB value is (156,189,205). Sum of RGB (Red+Green+Blue) = 156+189+205=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #9CBDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDCD is #634232. Grayscale: #B4B4B4. Windows color (decimal): -6505011 or 13483420. OLE color: 13483420.

HSL color Cylindrical-coordinate representation of color #9CBDCD: hue angle of 199.59º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CBDCD is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 189 205 -
CMYK 0.24 0.08 0 0.20
HSL 199.59º 0.33% 0.71% -
HSV(B) 199.59º 0.24% 0.8% -
XYZ 42.93 47.87 64.74 -
YUV 180.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 156 189 205 0.24 0.08 0 0.20 199.59 0.33 0.71
Hex 9C BD CD 18 8 0 14 C8 21 47
Octal 234 275 315 30 10 0 24 310 41 107
Binary 10011100 10111101 11001101 11000 1000 0 10100 11001000 100001 1000111

Color Harmonies of #9CBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBDCD

Black with #9CBDCD

Text Example


Text Example

White with #9CBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,189,205); }

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

background-color css

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

 a { background-color: rgb(156,189,205); }

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

border-color css

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

 span { border-color: rgb(156,189,205); }

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