Html Css Color HEX #9CBCD0 Heather

📋 copy color: '#9CBCD0'

red 156 ◦ green 188 ◦ blue 208

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

Shades of Heather #9CBCD0

Tints of Heather #9CBCD0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.06%

 BLUE value IS 208 (81.64% from 255) = 37.68%

R = 28.26%
G = 34.06%
B = 37.68%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9CBCD0 (or 0x9CBCD0) is known color: Heather. HEX triplet: 9C, BC and D0. RGB value is (156,188,208). Sum of RGB (Red+Green+Blue) = 156+188+208=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #9CBCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCD0 is #63432F. Grayscale: #B4B4B4. Windows color (decimal): -6505264 or 13679772. OLE color: 13679772.

HSL color Cylindrical-coordinate representation of color #9CBCD0: hue angle of 203.08º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CBCD0 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 188 208 -
CMYK 0.25 0.10 0 0.18
HSL 203.08º 0.36% 0.71% -
HSV(B) 203.08º 0.25% 0.82% -
XYZ 43.08 47.59 66.59 -
YUV 180.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 156 188 208 0.25 0.10 0 0.18 203.08 0.36 0.71
Hex 9C BC D0 19 A 0 12 CB 24 47
Octal 234 274 320 31 12 0 22 313 44 107
Binary 10011100 10111100 11010000 11001 1010 0 10010 11001011 100100 1000111

Color Harmonies of #9CBCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBCD0

Black with #9CBCD0

Text Example


Text Example

White with #9CBCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,188,208); }

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

background-color css

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

 a { background-color: rgb(156,188,208); }

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

border-color css

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

 span { border-color: rgb(156,188,208); }

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