Html Css Color HEX #99B2BA Botticelli

📋 copy color: '#99B2BA'

red 153 ◦ green 178 ◦ blue 186

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

Shades of Botticelli #99B2BA

Tints of Botticelli #99B2BA

RGB

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

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

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

R = 29.59%
G = 34.43%
B = 35.98%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#99B2BA (or 0x99B2BA) is known color: Botticelli. HEX triplet: 99, B2 and BA. RGB value is (153,178,186). Sum of RGB (Red+Green+Blue) = 153+178+186=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #99B2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B2BA is #664D45. Grayscale: #ABABAB. Windows color (decimal): -6704454 or 12235417. OLE color: 12235417.

HSL color Cylindrical-coordinate representation of color #99B2BA: hue angle of 194.55º 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 #99B2BA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 178 186 -
CMYK 0.18 0.04 0 0.27
HSL 194.55º 0.19% 0.66% -
HSV(B) 194.55º 0.18% 0.73% -
XYZ 37.92 42.16 52.59 -
YUV 171.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 153 178 186 0.18 0.04 0 0.27 194.55 0.19 0.66
Hex 99 B2 BA 12 4 0 1B C3 13 42
Octal 231 262 272 22 4 0 33 303 23 102
Binary 10011001 10110010 10111010 10010 100 0 11011 11000011 10011 1000010

Color Harmonies of #99B2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B2BA

Black with #99B2BA

Text Example


Text Example

White with #99B2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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