Html Css Color HEX #98ADB5 Botticelli

📋 copy color: '#98ADB5'

red 152 ◦ green 173 ◦ blue 181

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

Shades of Botticelli #98ADB5

Tints of Botticelli #98ADB5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.19%

 BLUE value IS 181 (71.09% from 255) = 35.77%

R = 30.04%
G = 34.19%
B = 35.77%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#98ADB5 (or 0x98ADB5) is known color: Botticelli. HEX triplet: 98, AD and B5. RGB value is (152,173,181). Sum of RGB (Red+Green+Blue) = 152+173+181=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 181 - color contains mainly: blue. Hex color #98ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADB5 is #67524A. Grayscale: #A7A7A7. Windows color (decimal): -6771275 or 11906456. OLE color: 11906456.

HSL color Cylindrical-coordinate representation of color #98ADB5: hue angle of 196.55º 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 #98ADB5 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 173 181 -
CMYK 0.16 0.04 0 0.29
HSL 196.55º 0.16% 0.65% -
HSV(B) 196.55º 0.16% 0.71% -
XYZ 36.23 39.9 49.51 -
YUV 167.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 152 173 181 0.16 0.04 0 0.29 196.55 0.16 0.65
Hex 98 AD B5 10 4 0 1D C5 10 41
Octal 230 255 265 20 4 0 35 305 20 101
Binary 10011000 10101101 10110101 10000 100 0 11101 11000101 10000 1000001

Color Harmonies of #98ADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADB5

Black with #98ADB5

Text Example


Text Example

White with #98ADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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