#98AFB4

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

Shades of Botticelli #98AFB4

Tints of Botticelli #98AFB4

Color information

#98AFB4 (or 0x98AFB4) is unknown color: approx Botticelli. HEX triplet: 98, AF and B4. RGB value is (152,175,180). Sum of RGB (Red+Green+Blue) = 152+175+180=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 180 - color contains mainly: blue. Hex color #98AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AFB4 is #67504B. Grayscale: #A8A8A8. Windows color (decimal): -6770764 or 11841432. OLE color: 11841432.

HSL color Cylindrical-coordinate representation of color #98AFB4: hue angle of 190.71º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98AFB4 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB152175180-
CMYK0.160.0300.29
HSL190.71º15.73%65.1%-
HSV(B)190.71º15.56%70.59%-
XYZ36.5240.6349.1-
YUV168.69134.38116.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.98%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 180 (70.70% from 255) = 35.50%
R=29.98%
G=34.52%
B=35.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521751800.160.0300.29190.7115.7365.1
Hex98AFB410301Dbf1041
Octal23025726420303527720101
Binary100110001010111110110100100001101110110111111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,175,180); }

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

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

 a { background-color: rgb(152,175,180); }

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

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

 span { border-color: rgb(152,175,180); }

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