Html Css Color HEX #98B3B6 Botticelli

📋 copy color: '#98B3B6'

red 152 ◦ green 179 ◦ blue 182

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

Shades of Botticelli #98B3B6

Tints of Botticelli #98B3B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.48%

R = 29.63%
G = 34.89%
B = 35.48%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#98B3B6 (or 0x98B3B6) is known color: Botticelli. HEX triplet: 98, B3 and B6. RGB value is (152,179,182). Sum of RGB (Red+Green+Blue) = 152+179+182=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 182 - color contains mainly: blue. Hex color #98B3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B3B6 is #674C49. Grayscale: #ABABAB. Windows color (decimal): -6769738 or 11973528. OLE color: 11973528.

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

Color convert

RGB 152 179 182 -
CMYK 0.16 0.02 0 0.29
HSL 186º 0.17% 0.65% -
HSV(B) 186º 0.16% 0.71% -
XYZ 37.51 42.29 50.44 -
YUV 171.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 152 179 182 0.16 0.02 0 0.29 186 0.17 0.65
Hex 98 B3 B6 10 2 0 1D BA 11 41
Octal 230 263 266 20 2 0 35 272 21 101
Binary 10011000 10110011 10110110 10000 10 0 11101 10111010 10001 1000001

Color Harmonies of #98B3B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B3B6

Black with #98B3B6

Text Example


Text Example

White with #98B3B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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