#9BB2B4

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

Shades of Botticelli #9BB2B4

Tints of Botticelli #9BB2B4

Color information

#9BB2B4 (or 0x9BB2B4) is unknown color: approx Botticelli. HEX triplet: 9B, B2 and B4. RGB value is (155,178,180). Sum of RGB (Red+Green+Blue) = 155+178+180=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 180 - color contains mainly: blue. Hex color #9BB2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB2B4 is #644D4B. Grayscale: #ABABAB. Windows color (decimal): -6573388 or 11842203. OLE color: 11842203.

HSL color Cylindrical-coordinate representation of color #9BB2B4: hue angle of 184.8º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BB2B4 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB155178180-
CMYK0.140.0100.29
HSL184.8º14.29%65.69%-
HSV(B)184.8º13.89%70.59%-
XYZ37.6842.149.32-
YUV171.35132.88116.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.21%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=30.21%
G=34.70%
B=35.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551781800.140.0100.29184.814.2965.69
Hex9BB2B4E101Db9e42
Octal23326226416103527116102
Binary100110111011001010110100111010111011011100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,178,180); }

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

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

 a { background-color: rgb(155,178,180); }

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

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

 span { border-color: rgb(155,178,180); }

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