#9BBDCC

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

Shades of Heather #9BBDCC

Tints of Heather #9BBDCC

Color information

#9BBDCC (or 0x9BBDCC) is unknown color: approx Heather. HEX triplet: 9B, BD and CC. RGB value is (155,189,204). Sum of RGB (Red+Green+Blue) = 155+189+204=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDCC is #644233. Grayscale: #B4B4B4. Windows color (decimal): -6570548 or 13417883. OLE color: 13417883.

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

Color convert

RGB155189204-
CMYK0.240.0700.2
HSL198.37º32.45%70.39%-
HSV(B)198.37º24.02%80%-
XYZ42.6147.7264.09-
YUV180.54141.24109.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.28%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=28.28%
G=34.49%
B=37.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1551892040.240.0700.2198.3732.4570.39
Hex9BBDCC187014c62046
Octal23327531430702430640106
Binary10011011101111011100110011000111010100110001101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,189,204); }

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

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

 a { background-color: rgb(155,189,204); }

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

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

 span { border-color: rgb(155,189,204); }

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