Html Css Color HEX #9BBACE Heather

📋 copy color: '#9BBACE'

red 155 ◦ green 186 ◦ blue 206

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

Shades of Heather #9BBACE

Tints of Heather #9BBACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 28.34%
G = 34%
B = 37.66%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9BBACE (or 0x9BBACE) is known color: Heather. HEX triplet: 9B, BA and CE. RGB value is (155,186,206). Sum of RGB (Red+Green+Blue) = 155+186+206=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #9BBACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBACE is #644531. Grayscale: #B2B2B2. Windows color (decimal): -6571314 or 13548187. OLE color: 13548187.

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

Color convert

RGB 155 186 206 -
CMYK 0.25 0.10 0 0.19
HSL 203.53º 0.34% 0.71% -
HSV(B) 203.53º 0.25% 0.81% -
XYZ 42.22 46.54 65.15 -
YUV 179.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 155 186 206 0.25 0.10 0 0.19 203.53 0.34 0.71
Hex 9B BA CE 19 A 0 13 CC 22 47
Octal 233 272 316 31 12 0 23 314 42 107
Binary 10011011 10111010 11001110 11001 1010 0 10011 11001100 100010 1000111

Color Harmonies of #9BBACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBACE

Black with #9BBACE

Text Example


Text Example

White with #9BBACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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