Html Css Color HEX #9AB1BA Botticelli

📋 copy color: '#9AB1BA'

red 154 ◦ green 177 ◦ blue 186

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

Shades of Botticelli #9AB1BA

Tints of Botticelli #9AB1BA

RGB

 RED value IS 154 (60.55% from 255) = 29.79%

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

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

R = 29.79%
G = 34.24%
B = 35.98%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9AB1BA (or 0x9AB1BA) is known color: Botticelli. HEX triplet: 9A, B1 and BA. RGB value is (154,177,186). Sum of RGB (Red+Green+Blue) = 154+177+186=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 177 (69.53% from 255 or 34.24% 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 #9AB1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB1BA is #654E45. Grayscale: #ABABAB. Windows color (decimal): -6639174 or 12235162. OLE color: 12235162.

HSL color Cylindrical-coordinate representation of color #9AB1BA: hue angle of 196.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AB1BA is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 177 186 -
CMYK 0.17 0.05 0 0.27
HSL 196.88º 0.19% 0.67% -
HSV(B) 196.88º 0.17% 0.73% -
XYZ 37.91 41.86 52.54 -
YUV 171.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 154 177 186 0.17 0.05 0 0.27 196.88 0.19 0.67
Hex 9A B1 BA 11 5 0 1B C5 13 43
Octal 232 261 272 21 5 0 33 305 23 103
Binary 10011010 10110001 10111010 10001 101 0 11011 11000101 10011 1000011

Color Harmonies of #9AB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB1BA

Black with #9AB1BA

Text Example


Text Example

White with #9AB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB1BA; }

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

 H1.HeaderClassName
 {
   color: #9AB1BA;
 }
 .AnyTagClassName
 {
   color: #9AB1BA;
 }
</style>

background-color css

<style>
 a { background-color: #9AB1BA; }

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

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

border-color css

<style>
 span { border-color: #9AB1BA; }

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

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