Html Css Color HEX #98BABF Botticelli

📋 copy color: '#98BABF'

red 152 ◦ green 186 ◦ blue 191

#98BABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #98BABF

Tints of Botticelli #98BABF

RGB

 RED value IS 152 (59.77% from 255) = 28.73%

 GREEN value IS 186 (73.05% from 255) = 35.16%

 BLUE value IS 191 (75% from 255) = 36.11%

R = 28.73%
G = 35.16%
B = 36.11%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#98BABF (or 0x98BABF) is known color: Botticelli. HEX triplet: 98, BA and BF. RGB value is (152,186,191). Sum of RGB (Red+Green+Blue) = 152+186+191=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #98BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BABF is #674540. Grayscale: #B0B0B0. Windows color (decimal): -6767937 or 12565144. OLE color: 12565144.

HSL color Cylindrical-coordinate representation of color #98BABF: hue angle of 187.69º 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 #98BABF is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 186 191 -
CMYK 0.20 0.03 0 0.25
HSL 187.69º 0.23% 0.67% -
HSV(B) 187.69º 0.2% 0.75% -
XYZ 39.91 45.55 55.98 -
YUV 176.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 152 186 191 0.20 0.03 0 0.25 187.69 0.23 0.67
Hex 98 BA BF 14 3 0 19 BC 17 43
Octal 230 272 277 24 3 0 31 274 27 103
Binary 10011000 10111010 10111111 10100 11 0 11001 10111100 10111 1000011

Color Harmonies of #98BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BABF

Black with #98BABF

Text Example


Text Example

White with #98BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98BABF;
 }
 .AnyTagClassName
 {
   color: #98BABF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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