Html Css Color HEX #98BAC0 Botticelli

📋 copy color: '#98BAC0'

red 152 ◦ green 186 ◦ blue 192

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

Shades of Botticelli #98BAC0

Tints of Botticelli #98BAC0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.09%

 BLUE value IS 192 (75.39% from 255) = 36.23%

R = 28.68%
G = 35.09%
B = 36.23%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#98BAC0 (or 0x98BAC0) is known color: Botticelli. HEX triplet: 98, BA and C0. RGB value is (152,186,192). Sum of RGB (Red+Green+Blue) = 152+186+192=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #98BAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BAC0 is #67453F. Grayscale: #B0B0B0. Windows color (decimal): -6767936 or 12630680. OLE color: 12630680.

HSL color Cylindrical-coordinate representation of color #98BAC0: hue angle of 189º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98BAC0 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 186 192 -
CMYK 0.21 0.03 0 0.25
HSL 189º 0.24% 0.67% -
HSV(B) 189º 0.21% 0.75% -
XYZ 40.02 45.6 56.56 -
YUV 176.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 152 186 192 0.21 0.03 0 0.25 189 0.24 0.67
Hex 98 BA C0 15 3 0 19 BD 18 43
Octal 230 272 300 25 3 0 31 275 30 103
Binary 10011000 10111010 11000000 10101 11 0 11001 10111101 11000 1000011

Color Harmonies of #98BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BAC0

Black with #98BAC0

Text Example


Text Example

White with #98BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,186,192); }

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

background-color css

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

 a { background-color: rgb(152,186,192); }

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

border-color css

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

 span { border-color: rgb(152,186,192); }

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