#98AEB1

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

Shades of Botticelli #98AEB1

Tints of Botticelli #98AEB1

Color information

#98AEB1 (or 0x98AEB1) is unknown color: approx Botticelli. HEX triplet: 98, AE and B1. RGB value is (152,174,177). Sum of RGB (Red+Green+Blue) = 152+174+177=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #98AEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AEB1 is #67514E. Grayscale: #A7A7A7. Windows color (decimal): -6771023 or 11644568. OLE color: 11644568.

HSL color Cylindrical-coordinate representation of color #98AEB1: hue angle of 187.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98AEB1 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB152174177-
CMYK0.140.0200.31
HSL187.2º13.81%64.51%-
HSV(B)187.2º14.12%69.41%-
XYZ36.0240.1247.44-
YUV167.76133.21116.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.22%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 177 (69.53% from 255) = 35.19%
R=30.22%
G=34.59%
B=35.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521741770.140.0200.31187.213.8164.51
Hex98AEB1E201Fbbe41
Octal23025626116203727316101
Binary1001100010101110101100011110100111111011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AEB1; }

 p { color: rgb(152,174,177); }

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

<style>
 a { background-color: #98AEB1; }

 a { background-color: rgb(152,174,177); }

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

<style>
 span { border-color: #98AEB1; }

 span { border-color: rgb(152,174,177); }

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