Html Css Color HEX #9CBCCB Heather

📋 copy color: '#9CBCCB'

red 156 ◦ green 188 ◦ blue 203

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

Shades of Heather #9CBCCB

Tints of Heather #9CBCCB

RGB

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

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

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

R = 28.52%
G = 34.37%
B = 37.11%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9CBCCB (or 0x9CBCCB) is known color: Heather. HEX triplet: 9C, BC and CB. RGB value is (156,188,203). Sum of RGB (Red+Green+Blue) = 156+188+203=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CBCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCCB is #634334. Grayscale: #B4B4B4. Windows color (decimal): -6505269 or 13352092. OLE color: 13352092.

HSL color Cylindrical-coordinate representation of color #9CBCCB: hue angle of 199.15º 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 #9CBCCB is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 188 203 -
CMYK 0.23 0.07 0 0.20
HSL 199.15º 0.31% 0.7% -
HSV(B) 199.15º 0.23% 0.8% -
XYZ 42.47 47.35 63.4 -
YUV 180.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 156 188 203 0.23 0.07 0 0.20 199.15 0.31 0.7
Hex 9C BC CB 17 7 0 14 C7 1F 46
Octal 234 274 313 27 7 0 24 307 37 106
Binary 10011100 10111100 11001011 10111 111 0 10100 11000111 11111 1000110

Color Harmonies of #9CBCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBCCB

Black with #9CBCCB

Text Example


Text Example

White with #9CBCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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