Html Css Color HEX #99B1BA Botticelli

📋 copy color: '#99B1BA'

red 153 ◦ green 177 ◦ blue 186

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

Shades of Botticelli #99B1BA

Tints of Botticelli #99B1BA

RGB

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

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

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

R = 29.65%
G = 34.3%
B = 36.05%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#99B1BA (or 0x99B1BA) is known color: Botticelli. HEX triplet: 99, B1 and BA. RGB value is (153,177,186). Sum of RGB (Red+Green+Blue) = 153+177+186=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #99B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B1BA is #664E45. Grayscale: #AAAAAA. Windows color (decimal): -6704710 or 12235161. OLE color: 12235161.

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

Color convert

RGB 153 177 186 -
CMYK 0.18 0.05 0 0.27
HSL 196.36º 0.19% 0.66% -
HSV(B) 196.36º 0.18% 0.73% -
XYZ 37.72 41.76 52.53 -
YUV 170.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 153 177 186 0.18 0.05 0 0.27 196.36 0.19 0.66
Hex 99 B1 BA 12 5 0 1B C4 13 42
Octal 231 261 272 22 5 0 33 304 23 102
Binary 10011001 10110001 10111010 10010 101 0 11011 11000100 10011 1000010

Color Harmonies of #99B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B1BA

Black with #99B1BA

Text Example


Text Example

White with #99B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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