Html Css Color HEX #90ABAE Botticelli

📋 copy color: '#90ABAE'

red 144 ◦ green 171 ◦ blue 174

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

Shades of Botticelli #90ABAE

Tints of Botticelli #90ABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.97%

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

R = 29.45%
G = 34.97%
B = 35.58%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#90ABAE (or 0x90ABAE) is known color: Botticelli. HEX triplet: 90, AB and AE. RGB value is (144,171,174). Sum of RGB (Red+Green+Blue) = 144+171+174=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #90ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABAE is #6F5451. Grayscale: #A3A3A3. Windows color (decimal): -7296082 or 11447184. OLE color: 11447184.

HSL color Cylindrical-coordinate representation of color #90ABAE: hue angle of 186º 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 #90ABAE is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 171 174 -
CMYK 0.17 0.02 0 0.32
HSL 186º 0.16% 0.62% -
HSV(B) 186º 0.17% 0.68% -
XYZ 33.7 38.11 45.62 -
YUV 163.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 144 171 174 0.17 0.02 0 0.32 186 0.16 0.62
Hex 90 AB AE 11 2 0 20 BA 10 3E
Octal 220 253 256 21 2 0 40 272 20 76
Binary 10010000 10101011 10101110 10001 10 0 100000 10111010 10000 111110

Color Harmonies of #90ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABAE

Black with #90ABAE

Text Example


Text Example

White with #90ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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