#99B0B2

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

Shades of Botticelli #99B0B2

Tints of Botticelli #99B0B2

Color information

#99B0B2 (or 0x99B0B2) is unknown color: approx Botticelli. HEX triplet: 99, B0 and B2. RGB value is (153,176,178). Sum of RGB (Red+Green+Blue) = 153+176+178=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 178 - color contains mainly: blue. Hex color #99B0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B0B2 is #664F4D. Grayscale: #A9A9A9. Windows color (decimal): -6704974 or 11710617. OLE color: 11710617.

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

Color convert

RGB153176178-
CMYK0.140.0100.30
HSL184.8º13.97%64.9%-
HSV(B)184.8º14.04%69.8%-
XYZ36.741.0448.11-
YUV169.35132.88116.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 178 (69.92% from 255) = 35.11%
R=30.18%
G=34.71%
B=35.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531761780.140.0100.30184.813.9764.9
Hex99B0B2E101Eb9e41
Octal23126026216103627116101
Binary100110011011000010110010111010111101011100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B0B2; }

 p { color: rgb(153,176,178); }

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

<style>
 a { background-color: #99B0B2; }

 a { background-color: rgb(153,176,178); }

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

<style>
 span { border-color: #99B0B2; }

 span { border-color: rgb(153,176,178); }

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