#9BBCCD

Color #9BBCCD Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #9BBCCD

Tints of Heather #9BBCCD

Color information

#9BBCCD (or 0x9BBCCD) is unknown color: approx Heather. HEX triplet: 9B, BC and CD. RGB value is (155,188,205). Sum of RGB (Red+Green+Blue) = 155+188+205=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BBCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCCD is #644332. Grayscale: #B3B3B3. Windows color (decimal): -6570803 or 13483163. OLE color: 13483163.

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

Color convert

RGB155188205-
CMYK0.240.0800.20
HSL200.4º33.33%70.59%-
HSV(B)200.4º24.39%80.39%-
XYZ42.5247.3464.65-
YUV180.07142.07110.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.28%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=28.28%
G=34.31%
B=37.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551882050.240.0800.20200.433.3370.59
Hex9BBCCD188014c82147
Octal233274315301002431041107
Binary100110111011110011001101110001000010100110010001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,188,205); }

 H1.HeaderClassName
 {
   color: #9BBCCD;
 }
 .AnyTagClassName
 {
   color: #9BBCCD;
 }
</style>
background-color css

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

 a { background-color: rgb(155,188,205); }

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

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

 span { border-color: rgb(155,188,205); }

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