Html Css Color HEX #98B5BA Botticelli

📋 copy color: '#98B5BA'

red 152 ◦ green 181 ◦ blue 186

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

Shades of Botticelli #98B5BA

Tints of Botticelli #98B5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.87%

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 29.29%
G = 34.87%
B = 35.84%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#98B5BA (or 0x98B5BA) is known color: Botticelli. HEX triplet: 98, B5 and BA. RGB value is (152,181,186). Sum of RGB (Red+Green+Blue) = 152+181+186=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #98B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B5BA is #674A45. Grayscale: #ACACAC. Windows color (decimal): -6769222 or 12236184. OLE color: 12236184.

HSL color Cylindrical-coordinate representation of color #98B5BA: hue angle of 188.82º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98B5BA is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 181 186 -
CMYK 0.18 0.03 0 0.27
HSL 188.82º 0.2% 0.66% -
HSV(B) 188.82º 0.18% 0.73% -
XYZ 38.34 43.27 52.79 -
YUV 172.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 152 181 186 0.18 0.03 0 0.27 188.82 0.2 0.66
Hex 98 B5 BA 12 3 0 1B BD 14 42
Octal 230 265 272 22 3 0 33 275 24 102
Binary 10011000 10110101 10111010 10010 11 0 11011 10111101 10100 1000010

Color Harmonies of #98B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B5BA

Black with #98B5BA

Text Example


Text Example

White with #98B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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