Html Css Color HEX #9BBACB Heather

📋 copy color: '#9BBACB'

red 155 ◦ green 186 ◦ blue 203

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

Shades of Heather #9BBACB

Tints of Heather #9BBACB

RGB

 RED value IS 155 (60.94% from 255) = 28.49%

 GREEN value IS 186 (73.05% from 255) = 34.19%

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

R = 28.49%
G = 34.19%
B = 37.32%

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

#9BBACB (or 0x9BBACB) is known color: Heather. HEX triplet: 9B, BA and CB. RGB value is (155,186,203). Sum of RGB (Red+Green+Blue) = 155+186+203=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BBACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBACB is #644534. Grayscale: #B2B2B2. Windows color (decimal): -6571317 or 13351579. OLE color: 13351579.

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

Color convert

RGB 155 186 203 -
CMYK 0.24 0.08 0 0.20
HSL 201.25º 0.32% 0.7% -
HSV(B) 201.25º 0.24% 0.8% -
XYZ 41.86 46.4 63.25 -
YUV 178.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 155 186 203 0.24 0.08 0 0.20 201.25 0.32 0.7
Hex 9B BA CB 18 8 0 14 C9 20 46
Octal 233 272 313 30 10 0 24 311 40 106
Binary 10011011 10111010 11001011 11000 1000 0 10100 11001001 100000 1000110

Color Harmonies of #9BBACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBACB

Black with #9BBACB

Text Example


Text Example

White with #9BBACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,186,203); }

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

background-color css

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

 a { background-color: rgb(155,186,203); }

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

border-color css

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

 span { border-color: rgb(155,186,203); }

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