#90B0B4

Color #90B0B4 Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #90B0B4

Tints of Botticelli #90B0B4

Color information

#90B0B4 (or 0x90B0B4) is unknown color: approx Botticelli. HEX triplet: 90, B0 and B4. RGB value is (144,176,180). Sum of RGB (Red+Green+Blue) = 144+176+180=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 180 - color contains mainly: blue. Hex color #90B0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B0B4 is #6F4F4B. Grayscale: #A6A6A6. Windows color (decimal): -7294796 or 11841680. OLE color: 11841680.

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

Color convert

RGB144176180-
CMYK0.20.0200.29
HSL186.67º19.35%63.53%-
HSV(B)186.67º20%70.59%-
XYZ35.2740.2849.1-
YUV166.89135.4111.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.8%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 180 (70.70% from 255) = 36%
R=28.8%
G=35.2%
B=36%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441761800.20.0200.29186.6719.3563.53
Hex90B0B414201Dbb1340
Octal22026026424203527323100
Binary100100001011000010110100101001001110110111011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90B0B4;
 }
 .AnyTagClassName
 {
   color: #90B0B4;
 }
</style>
background-color css

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

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

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

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

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

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