#9CB3BB

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

Shades of Botticelli #9CB3BB

Tints of Botticelli #9CB3BB

Color information

#9CB3BB (or 0x9CB3BB) is unknown color: approx Botticelli. HEX triplet: 9C, B3 and BB. RGB value is (156,179,187). Sum of RGB (Red+Green+Blue) = 156+179+187=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CB3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB3BB is #634C44. Grayscale: #ACACAC. Windows color (decimal): -6507589 or 12301212. OLE color: 12301212.

HSL color Cylindrical-coordinate representation of color #9CB3BB: hue angle of 195.48º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CB3BB is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156179187-
CMYK0.170.0400.27
HSL195.48º18.56%67.25%-
HSV(B)195.48º16.58%73.33%-
XYZ38.842.953.25-
YUV173.04135.88115.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.89%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=29.89%
G=34.29%
B=35.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561791870.170.0400.27195.4818.5667.25
Hex9CB3BB11401Bc31343
Octal23426327321403330323103
Binary1001110010110011101110111000110001101111000011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,179,187); }

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

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

 a { background-color: rgb(156,179,187); }

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

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

 span { border-color: rgb(156,179,187); }

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