Html Css Color HEX #9AB2B9 Botticelli

📋 copy color: '#9AB2B9'

red 154 ◦ green 178 ◦ blue 185

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

Shades of Botticelli #9AB2B9

Tints of Botticelli #9AB2B9

RGB

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

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

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

R = 29.79%
G = 34.43%
B = 35.78%

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

#9AB2B9 (or 0x9AB2B9) is known color: Botticelli. HEX triplet: 9A, B2 and B9. RGB value is (154,178,185). Sum of RGB (Red+Green+Blue) = 154+178+185=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 185 - color contains mainly: blue. Hex color #9AB2B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB2B9 is #654D46. Grayscale: #ABABAB. Windows color (decimal): -6638919 or 12169882. OLE color: 12169882.

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

Color convert

RGB 154 178 185 -
CMYK 0.17 0.04 0 0.27
HSL 193.55º 0.18% 0.66% -
HSV(B) 193.55º 0.17% 0.73% -
XYZ 38 42.21 52.04 -
YUV 171.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 154 178 185 0.17 0.04 0 0.27 193.55 0.18 0.66
Hex 9A B2 B9 11 4 0 1B C2 12 42
Octal 232 262 271 21 4 0 33 302 22 102
Binary 10011010 10110010 10111001 10001 100 0 11011 11000010 10010 1000010

Color Harmonies of #9AB2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB2B9

Black with #9AB2B9

Text Example


Text Example

White with #9AB2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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