Html Css Color HEX #9CBBCC Heather

📋 copy color: '#9CBBCC'

red 156 ◦ green 187 ◦ blue 204

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

Shades of Heather #9CBBCC

Tints of Heather #9CBBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.19%

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 28.52%
G = 34.19%
B = 37.29%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9CBBCC (or 0x9CBBCC) is known color: Heather. HEX triplet: 9C, BB and CC. RGB value is (156,187,204). Sum of RGB (Red+Green+Blue) = 156+187+204=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CBBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBCC is #634433. Grayscale: #B3B3B3. Windows color (decimal): -6505524 or 13417372. OLE color: 13417372.

HSL color Cylindrical-coordinate representation of color #9CBBCC: hue angle of 201.25º degrees, saturation: 0.32, 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 #9CBBCC is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 187 204 -
CMYK 0.24 0.08 0 0.2
HSL 201.25º 0.32% 0.71% -
HSV(B) 201.25º 0.24% 0.8% -
XYZ 42.38 46.97 63.96 -
YUV 179.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 156 187 204 0.24 0.08 0 0.2 201.25 0.32 0.71
Hex 9C BB CC 18 8 0 14 C9 20 47
Octal 234 273 314 30 10 0 24 311 40 107
Binary 10011100 10111011 11001100 11000 1000 0 10100 11001001 100000 1000111

Color Harmonies of #9CBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBBCC

Black with #9CBBCC

Text Example


Text Example

White with #9CBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,187,204); }

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

background-color css

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

 a { background-color: rgb(156,187,204); }

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

border-color css

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

 span { border-color: rgb(156,187,204); }

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