Html Css Color HEX #9AB4B9 Botticelli

📋 copy color: '#9AB4B9'

red 154 ◦ green 180 ◦ blue 185

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

Shades of Botticelli #9AB4B9

Tints of Botticelli #9AB4B9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.68%

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

R = 29.67%
G = 34.68%
B = 35.65%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9AB4B9 (or 0x9AB4B9) is known color: Botticelli. HEX triplet: 9A, B4 and B9. RGB value is (154,180,185). Sum of RGB (Red+Green+Blue) = 154+180+185=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 185 - color contains mainly: blue. Hex color #9AB4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB4B9 is #654B46. Grayscale: #ACACAC. Windows color (decimal): -6638407 or 12170394. OLE color: 12170394.

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

Color convert

RGB 154 180 185 -
CMYK 0.17 0.03 0 0.27
HSL 189.68º 0.18% 0.66% -
HSV(B) 189.68º 0.17% 0.73% -
XYZ 38.4 43.02 52.18 -
YUV 172.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 154 180 185 0.17 0.03 0 0.27 189.68 0.18 0.66
Hex 9A B4 B9 11 3 0 1B BE 12 42
Octal 232 264 271 21 3 0 33 276 22 102
Binary 10011010 10110100 10111001 10001 11 0 11011 10111110 10010 1000010

Color Harmonies of #9AB4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB4B9

Black with #9AB4B9

Text Example


Text Example

White with #9AB4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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