Html Css Color HEX #99B6BA Botticelli

📋 copy color: '#99B6BA'

red 153 ◦ green 182 ◦ blue 186

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

Shades of Botticelli #99B6BA

Tints of Botticelli #99B6BA

RGB

 RED value IS 153 (60.16% from 255) = 29.37%

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

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 29.37%
G = 34.93%
B = 35.7%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#99B6BA (or 0x99B6BA) is known color: Botticelli. HEX triplet: 99, B6 and BA. RGB value is (153,182,186). Sum of RGB (Red+Green+Blue) = 153+182+186=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #99B6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B6BA is #664945. Grayscale: #ADADAD. Windows color (decimal): -6703430 or 12236441. OLE color: 12236441.

HSL color Cylindrical-coordinate representation of color #99B6BA: hue angle of 187.27º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99B6BA is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 182 186 -
CMYK 0.18 0.02 0 0.27
HSL 187.27º 0.19% 0.66% -
HSV(B) 187.27º 0.18% 0.73% -
XYZ 38.73 43.77 52.86 -
YUV 173.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 153 182 186 0.18 0.02 0 0.27 187.27 0.19 0.66
Hex 99 B6 BA 12 2 0 1B BB 13 42
Octal 231 266 272 22 2 0 33 273 23 102
Binary 10011001 10110110 10111010 10010 10 0 11011 10111011 10011 1000010

Color Harmonies of #99B6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B6BA

Black with #99B6BA

Text Example


Text Example

White with #99B6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99B6BA; }

 p { color: rgb(153,182,186); }

 H1.HeaderClassName
 {
   color: #99B6BA;
 }
 .AnyTagClassName
 {
   color: #99B6BA;
 }
</style>

background-color css

<style>
 a { background-color: #99B6BA; }

 a { background-color: rgb(153,182,186); }

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

border-color css

<style>
 span { border-color: #99B6BA; }

 span { border-color: rgb(153,182,186); }

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