Html Css Color HEX #90A5AC Botticelli

📋 copy color: '#90A5AC'

red 144 ◦ green 165 ◦ blue 172

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

Shades of Botticelli #90A5AC

Tints of Botticelli #90A5AC

RGB

 RED value IS 144 (56.64% from 255) = 29.94%

 GREEN value IS 165 (64.84% from 255) = 34.3%

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 29.94%
G = 34.3%
B = 35.76%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#90A5AC (or 0x90A5AC) is known color: Botticelli. HEX triplet: 90, A5 and AC. RGB value is (144,165,172). Sum of RGB (Red+Green+Blue) = 144+165+172=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 172 - color contains mainly: blue. Hex color #90A5AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A5AC is #6F5A53. Grayscale: #9F9F9F. Windows color (decimal): -7297620 or 11314576. OLE color: 11314576.

HSL color Cylindrical-coordinate representation of color #90A5AC: hue angle of 195º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90A5AC is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 165 172 -
CMYK 0.16 0.04 0 0.33
HSL 195º 0.14% 0.62% -
HSV(B) 195º 0.16% 0.67% -
XYZ 32.4 35.82 44.24 -
YUV 159.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 144 165 172 0.16 0.04 0 0.33 195 0.14 0.62
Hex 90 A5 AC 10 4 0 21 C3 E 3E
Octal 220 245 254 20 4 0 41 303 16 76
Binary 10010000 10100101 10101100 10000 100 0 100001 11000011 1110 111110

Color Harmonies of #90A5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A5AC

Black with #90A5AC

Text Example


Text Example

White with #90A5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90A5AC; }

 p { color: rgb(144,165,172); }

 H1.HeaderClassName
 {
   color: #90A5AC;
 }
 .AnyTagClassName
 {
   color: #90A5AC;
 }
</style>

background-color css

<style>
 a { background-color: #90A5AC; }

 a { background-color: rgb(144,165,172); }

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

border-color css

<style>
 span { border-color: #90A5AC; }

 span { border-color: rgb(144,165,172); }

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