Html Css Color HEX #98B1B4 Botticelli

📋 copy color: '#98B1B4'

red 152 ◦ green 177 ◦ blue 180

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

Shades of Botticelli #98B1B4

Tints of Botticelli #98B1B4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.77%

 BLUE value IS 180 (70.7% from 255) = 35.36%

R = 29.86%
G = 34.77%
B = 35.36%

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

#98B1B4 (or 0x98B1B4) is known color: Botticelli. HEX triplet: 98, B1 and B4. RGB value is (152,177,180). Sum of RGB (Red+Green+Blue) = 152+177+180=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 180 - color contains mainly: blue. Hex color #98B1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B1B4 is #674E4B. Grayscale: #A9A9A9. Windows color (decimal): -6770252 or 11841944. OLE color: 11841944.

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

Color convert

RGB 152 177 180 -
CMYK 0.16 0.02 0 0.29
HSL 186.43º 0.16% 0.65% -
HSV(B) 186.43º 0.16% 0.71% -
XYZ 36.91 41.41 49.23 -
YUV 169.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 152 177 180 0.16 0.02 0 0.29 186.43 0.16 0.65
Hex 98 B1 B4 10 2 0 1D BA 10 41
Octal 230 261 264 20 2 0 35 272 20 101
Binary 10011000 10110001 10110100 10000 10 0 11101 10111010 10000 1000001

Color Harmonies of #98B1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B1B4

Black with #98B1B4

Text Example


Text Example

White with #98B1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,177,180); }

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

background-color css

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

 a { background-color: rgb(152,177,180); }

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

border-color css

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

 span { border-color: rgb(152,177,180); }

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