Html Css Color HEX #98ACB5 Botticelli

📋 copy color: '#98ACB5'

red 152 ◦ green 172 ◦ blue 181

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

Shades of Botticelli #98ACB5

Tints of Botticelli #98ACB5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.06%

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

R = 30.1%
G = 34.06%
B = 35.84%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#98ACB5 (or 0x98ACB5) is known color: Botticelli. HEX triplet: 98, AC and B5. RGB value is (152,172,181). Sum of RGB (Red+Green+Blue) = 152+172+181=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 181 - color contains mainly: blue. Hex color #98ACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACB5 is #67534A. Grayscale: #A6A6A6. Windows color (decimal): -6771531 or 11906200. OLE color: 11906200.

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

Color convert

RGB 152 172 181 -
CMYK 0.16 0.05 0 0.29
HSL 198.62º 0.16% 0.65% -
HSV(B) 198.62º 0.16% 0.71% -
XYZ 36.04 39.52 49.44 -
YUV 167.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 152 172 181 0.16 0.05 0 0.29 198.62 0.16 0.65
Hex 98 AC B5 10 5 0 1D C7 10 41
Octal 230 254 265 20 5 0 35 307 20 101
Binary 10011000 10101100 10110101 10000 101 0 11101 11000111 10000 1000001

Color Harmonies of #98ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ACB5

Black with #98ACB5

Text Example


Text Example

White with #98ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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