Html Css Color HEX #90A6AE Botticelli

📋 copy color: '#90A6AE'

red 144 ◦ green 166 ◦ blue 174

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

Shades of Botticelli #90A6AE

Tints of Botticelli #90A6AE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.3%

 BLUE value IS 174 (68.36% from 255) = 35.95%

R = 29.75%
G = 34.3%
B = 35.95%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#90A6AE (or 0x90A6AE) is known color: Botticelli. HEX triplet: 90, A6 and AE. RGB value is (144,166,174). Sum of RGB (Red+Green+Blue) = 144+166+174=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #90A6AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A6AE is #6F5951. Grayscale: #A0A0A0. Windows color (decimal): -7297362 or 11445904. OLE color: 11445904.

HSL color Cylindrical-coordinate representation of color #90A6AE: hue angle of 196º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90A6AE is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 166 174 -
CMYK 0.17 0.05 0 0.32
HSL 196º 0.16% 0.62% -
HSV(B) 196º 0.17% 0.68% -
XYZ 32.78 36.26 45.32 -
YUV 160.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 144 166 174 0.17 0.05 0 0.32 196 0.16 0.62
Hex 90 A6 AE 11 5 0 20 C4 10 3E
Octal 220 246 256 21 5 0 40 304 20 76
Binary 10010000 10100110 10101110 10001 101 0 100000 11000100 10000 111110

Color Harmonies of #90A6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A6AE

Black with #90A6AE

Text Example


Text Example

White with #90A6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,166,174); }

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

background-color css

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

 a { background-color: rgb(144,166,174); }

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

border-color css

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

 span { border-color: rgb(144,166,174); }

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