Html Css Color HEX #98B3B5 Botticelli

📋 copy color: '#98B3B5'

red 152 ◦ green 179 ◦ blue 181

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

Shades of Botticelli #98B3B5

Tints of Botticelli #98B3B5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.96%

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

R = 29.69%
G = 34.96%
B = 35.35%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#98B3B5 (or 0x98B3B5) is known color: Botticelli. HEX triplet: 98, B3 and B5. RGB value is (152,179,181). Sum of RGB (Red+Green+Blue) = 152+179+181=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 181 - color contains mainly: blue. Hex color #98B3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B3B5 is #674C4A. Grayscale: #ABABAB. Windows color (decimal): -6769739 or 11907992. OLE color: 11907992.

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

Color convert

RGB 152 179 181 -
CMYK 0.16 0.01 0 0.29
HSL 184.14º 0.16% 0.65% -
HSV(B) 184.14º 0.16% 0.71% -
XYZ 37.41 42.25 49.9 -
YUV 171.16 133.55 114.34 -
System Red Green Blue C M Y K H S L
Decimal 152 179 181 0.16 0.01 0 0.29 184.14 0.16 0.65
Hex 98 B3 B5 10 1 0 1D B8 10 41
Octal 230 263 265 20 1 0 35 270 20 101
Binary 10011000 10110011 10110101 10000 1 0 11101 10111000 10000 1000001

Color Harmonies of #98B3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B3B5

Black with #98B3B5

Text Example


Text Example

White with #98B3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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