Html Css Color HEX #98ADB3 Botticelli

📋 copy color: '#98ADB3'

red 152 ◦ green 173 ◦ blue 179

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

Shades of Botticelli #98ADB3

Tints of Botticelli #98ADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.52%

R = 30.16%
G = 34.33%
B = 35.52%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#98ADB3 (or 0x98ADB3) is known color: Botticelli. HEX triplet: 98, AD and B3. RGB value is (152,173,179). Sum of RGB (Red+Green+Blue) = 152+173+179=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 179 - color contains mainly: blue. Hex color #98ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADB3 is #67524C. Grayscale: #A7A7A7. Windows color (decimal): -6771277 or 11775384. OLE color: 11775384.

HSL color Cylindrical-coordinate representation of color #98ADB3: hue angle of 193.33º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98ADB3 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 173 179 -
CMYK 0.15 0.03 0 0.30
HSL 193.33º 0.15% 0.65% -
HSV(B) 193.33º 0.15% 0.7% -
XYZ 36.03 39.82 48.43 -
YUV 167.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 152 173 179 0.15 0.03 0 0.30 193.33 0.15 0.65
Hex 98 AD B3 F 3 0 1E C1 F 41
Octal 230 255 263 17 3 0 36 301 17 101
Binary 10011000 10101101 10110011 1111 11 0 11110 11000001 1111 1000001

Color Harmonies of #98ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADB3

Black with #98ADB3

Text Example


Text Example

White with #98ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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