Html Css Color HEX #90AAB4 Botticelli

📋 copy color: '#90AAB4'

red 144 ◦ green 170 ◦ blue 180

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

Shades of Botticelli #90AAB4

Tints of Botticelli #90AAB4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.41%

 BLUE value IS 180 (70.7% from 255) = 36.44%

R = 29.15%
G = 34.41%
B = 36.44%

CMYK

 C value IS 0.2

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#90AAB4 (or 0x90AAB4) is known color: Botticelli. HEX triplet: 90, AA and B4. RGB value is (144,170,180). Sum of RGB (Red+Green+Blue) = 144+170+180=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 180 - color contains mainly: blue. Hex color #90AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AAB4 is #6F554B. Grayscale: #A3A3A3. Windows color (decimal): -7296332 or 11840144. OLE color: 11840144.

HSL color Cylindrical-coordinate representation of color #90AAB4: hue angle of 196.67º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90AAB4 is Cyan = 0.2, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 170 180 -
CMYK 0.2 0.06 0 0.29
HSL 196.67º 0.19% 0.64% -
HSV(B) 196.67º 0.2% 0.71% -
XYZ 34.11 37.97 48.71 -
YUV 163.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 144 170 180 0.2 0.06 0 0.29 196.67 0.19 0.64
Hex 90 AA B4 14 6 0 1D C5 13 40
Octal 220 252 264 24 6 0 35 305 23 100
Binary 10010000 10101010 10110100 10100 110 0 11101 11000101 10011 1000000

Color Harmonies of #90AAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AAB4

Black with #90AAB4

Text Example


Text Example

White with #90AAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,170,180); }

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

background-color css

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

 a { background-color: rgb(144,170,180); }

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

border-color css

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

 span { border-color: rgb(144,170,180); }

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