Html Css Color HEX #98B6BC Botticelli

📋 copy color: '#98B6BC'

red 152 ◦ green 182 ◦ blue 188

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

Shades of Botticelli #98B6BC

Tints of Botticelli #98B6BC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.87%

 BLUE value IS 188 (73.83% from 255) = 36.02%

R = 29.12%
G = 34.87%
B = 36.02%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#98B6BC (or 0x98B6BC) is known color: Botticelli. HEX triplet: 98, B6 and BC. RGB value is (152,182,188). Sum of RGB (Red+Green+Blue) = 152+182+188=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #98B6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B6BC is #674943. Grayscale: #ADADAD. Windows color (decimal): -6768964 or 12367512. OLE color: 12367512.

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

Color convert

RGB 152 182 188 -
CMYK 0.19 0.03 0 0.26
HSL 190º 0.21% 0.67% -
HSV(B) 190º 0.19% 0.74% -
XYZ 38.75 43.76 53.98 -
YUV 173.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 152 182 188 0.19 0.03 0 0.26 190 0.21 0.67
Hex 98 B6 BC 13 3 0 1A BE 15 43
Octal 230 266 274 23 3 0 32 276 25 103
Binary 10011000 10110110 10111100 10011 11 0 11010 10111110 10101 1000011

Color Harmonies of #98B6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B6BC

Black with #98B6BC

Text Example


Text Example

White with #98B6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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