Html Css Color HEX #9CBBCB Heather

📋 copy color: '#9CBBCB'

red 156 ◦ green 187 ◦ blue 203

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

Shades of Heather #9CBBCB

Tints of Heather #9CBBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 28.57%
G = 34.25%
B = 37.18%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9CBBCB (or 0x9CBBCB) is known color: Heather. HEX triplet: 9C, BB and CB. RGB value is (156,187,203). Sum of RGB (Red+Green+Blue) = 156+187+203=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CBBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBCB is #634434. Grayscale: #B3B3B3. Windows color (decimal): -6505525 or 13351836. OLE color: 13351836.

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

Color convert

RGB 156 187 203 -
CMYK 0.23 0.08 0 0.20
HSL 200.43º 0.31% 0.7% -
HSV(B) 200.43º 0.23% 0.8% -
XYZ 42.26 46.92 63.33 -
YUV 179.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 156 187 203 0.23 0.08 0 0.20 200.43 0.31 0.7
Hex 9C BB CB 17 8 0 14 C8 1F 46
Octal 234 273 313 27 10 0 24 310 37 106
Binary 10011100 10111011 11001011 10111 1000 0 10100 11001000 11111 1000110

Color Harmonies of #9CBBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBBCB

Black with #9CBBCB

Text Example


Text Example

White with #9CBBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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