Html Css Color HEX #9AB1B9 Botticelli

📋 copy color: '#9AB1B9'

red 154 ◦ green 177 ◦ blue 185

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

Shades of Botticelli #9AB1B9

Tints of Botticelli #9AB1B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.85%

R = 29.84%
G = 34.3%
B = 35.85%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9AB1B9 (or 0x9AB1B9) is known color: Botticelli. HEX triplet: 9A, B1 and B9. RGB value is (154,177,185). Sum of RGB (Red+Green+Blue) = 154+177+185=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 185 - color contains mainly: blue. Hex color #9AB1B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB1B9 is #654E46. Grayscale: #AAAAAA. Windows color (decimal): -6639175 or 12169626. OLE color: 12169626.

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

Color convert

RGB 154 177 185 -
CMYK 0.17 0.04 0 0.27
HSL 195.48º 0.18% 0.66% -
HSV(B) 195.48º 0.17% 0.73% -
XYZ 37.81 41.82 51.98 -
YUV 171.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 154 177 185 0.17 0.04 0 0.27 195.48 0.18 0.66
Hex 9A B1 B9 11 4 0 1B C3 12 42
Octal 232 261 271 21 4 0 33 303 22 102
Binary 10011010 10110001 10111001 10001 100 0 11011 11000011 10010 1000010

Color Harmonies of #9AB1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB1B9

Black with #9AB1B9

Text Example


Text Example

White with #9AB1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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