#98BABE

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

Shades of Botticelli #98BABE

Tints of Botticelli #98BABE

Color information

#98BABE (or 0x98BABE) is unknown color: approx Botticelli. HEX triplet: 98, BA and BE. RGB value is (152,186,190). Sum of RGB (Red+Green+Blue) = 152+186+190=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #98BABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BABE is #674541. Grayscale: #B0B0B0. Windows color (decimal): -6767938 or 12499608. OLE color: 12499608.

HSL color Cylindrical-coordinate representation of color #98BABE: hue angle of 186.32º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BABE is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152186190-
CMYK0.20.0200.25
HSL186.32º22.62%67.06%-
HSV(B)186.32º20%74.51%-
XYZ39.845.5155.4-
YUV176.29135.74110.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.79%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=28.79%
G=35.23%
B=35.98%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521861900.20.0200.25186.3222.6267.06
Hex98BABE142019ba1743
Octal23027227624203127227103
Binary100110001011101010111110101001001100110111010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,186,190); }

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

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

 a { background-color: rgb(152,186,190); }

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

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

 span { border-color: rgb(152,186,190); }

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