#90B4B5

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

Shades of Botticelli #90B4B5

Tints of Botticelli #90B4B5

Color information

#90B4B5 (or 0x90B4B5) is unknown color: approx Botticelli. HEX triplet: 90, B4 and B5. RGB value is (144,180,181). Sum of RGB (Red+Green+Blue) = 144+180+181=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 181 - color contains mainly: blue. Hex color #90B4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B4B5 is #6F4B4A. Grayscale: #A9A9A9. Windows color (decimal): -7293771 or 11908240. OLE color: 11908240.

HSL color Cylindrical-coordinate representation of color #90B4B5: hue angle of 181.62º degrees, saturation: 0.2, 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 #90B4B5 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB144180181-
CMYK0.200.0100.29
HSL181.62º20%63.73%-
HSV(B)181.62º20.44%70.98%-
XYZ36.1641.9149.9-
YUV169.35134.57109.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.51%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 181 (71.09% from 255) = 35.84%
R=28.51%
G=35.64%
B=35.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441801810.200.0100.29181.622063.73
Hex90B4B514101Db61440
Octal22026426524103526624100
Binary10010000101101001011010110100101110110110110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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