#969BAD

Color #969BAD Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #969BAD

Tints of Manatee #969BAD

Color information

#969BAD (or 0x969BAD) is unknown color: approx Manatee. HEX triplet: 96, 9B and AD. RGB value is (150,155,173). Sum of RGB (Red+Green+Blue) = 150+155+173=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #969BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969BAD is #696452. Grayscale: #9B9B9B. Windows color (decimal): -6906963 or 11377558. OLE color: 11377558.

HSL color Cylindrical-coordinate representation of color #969BAD: hue angle of 226.96º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #969BAD is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150155173-
CMYK0.130.1000.32
HSL226.96º12.3%63.33%-
HSV(B)226.96º13.29%67.84%-
XYZ31.8432.9444.22-
YUV155.56137.84124.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.38%
GREEN value IS 155 (60.94% from 255) = 32.43%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=31.38%
G=32.43%
B=36.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501551730.130.1000.32226.9612.363.33
Hex969BADDA020e3c3f
Octal22623325515120403431477
Binary100101101001101110101101110110100100000111000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969BAD; }

 p { color: rgb(150,155,173); }

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

<style>
 a { background-color: #969BAD; }

 a { background-color: rgb(150,155,173); }

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

<style>
 span { border-color: #969BAD; }

 span { border-color: rgb(150,155,173); }

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