Html Css Color HEX #98B9BF Botticelli

📋 copy color: '#98B9BF'

red 152 ◦ green 185 ◦ blue 191

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

Shades of Botticelli #98B9BF

Tints of Botticelli #98B9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.04%

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

R = 28.79%
G = 35.04%
B = 36.17%

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

#98B9BF (or 0x98B9BF) is known color: Botticelli. HEX triplet: 98, B9 and BF. RGB value is (152,185,191). Sum of RGB (Red+Green+Blue) = 152+185+191=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #98B9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B9BF is #674640. Grayscale: #AFAFAF. Windows color (decimal): -6768193 or 12564888. OLE color: 12564888.

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

Color convert

RGB 152 185 191 -
CMYK 0.20 0.03 0 0.25
HSL 189.23º 0.23% 0.67% -
HSV(B) 189.23º 0.2% 0.75% -
XYZ 39.7 45.13 55.91 -
YUV 175.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 152 185 191 0.20 0.03 0 0.25 189.23 0.23 0.67
Hex 98 B9 BF 14 3 0 19 BD 17 43
Octal 230 271 277 24 3 0 31 275 27 103
Binary 10011000 10111001 10111111 10100 11 0 11001 10111101 10111 1000011

Color Harmonies of #98B9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B9BF

Black with #98B9BF

Text Example


Text Example

White with #98B9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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