Html Css Color HEX #98B2BC Botticelli

📋 copy color: '#98B2BC'

red 152 ◦ green 178 ◦ blue 188

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

Shades of Botticelli #98B2BC

Tints of Botticelli #98B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.36%

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

R = 29.34%
G = 34.36%
B = 36.29%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#98B2BC (or 0x98B2BC) is known color: Botticelli. HEX triplet: 98, B2 and BC. RGB value is (152,178,188). Sum of RGB (Red+Green+Blue) = 152+178+188=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #98B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B2BC is #674D43. Grayscale: #ABABAB. Windows color (decimal): -6769988 or 12366488. OLE color: 12366488.

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

Color convert

RGB 152 178 188 -
CMYK 0.19 0.05 0 0.26
HSL 196.67º 0.21% 0.67% -
HSV(B) 196.67º 0.19% 0.74% -
XYZ 37.95 42.15 53.71 -
YUV 171.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 152 178 188 0.19 0.05 0 0.26 196.67 0.21 0.67
Hex 98 B2 BC 13 5 0 1A C5 15 43
Octal 230 262 274 23 5 0 32 305 25 103
Binary 10011000 10110010 10111100 10011 101 0 11010 11000101 10101 1000011

Color Harmonies of #98B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B2BC

Black with #98B2BC

Text Example


Text Example

White with #98B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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