#90B1B4

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

Shades of Botticelli #90B1B4

Tints of Botticelli #90B1B4

Color information

#90B1B4 (or 0x90B1B4) is unknown color: approx Botticelli. HEX triplet: 90, B1 and B4. RGB value is (144,177,180). Sum of RGB (Red+Green+Blue) = 144+177+180=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 180 - color contains mainly: blue. Hex color #90B1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B1B4 is #6F4E4B. Grayscale: #A7A7A7. Windows color (decimal): -7294540 or 11841936. OLE color: 11841936.

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

Color convert

RGB144177180-
CMYK0.20.0200.29
HSL185º19.35%63.53%-
HSV(B)185º20%70.59%-
XYZ35.4640.6749.16-
YUV167.48135.07111.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.74%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=28.74%
G=35.33%
B=35.93%

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
Decimal1441771800.20.0200.2918519.3563.53
Hex90B1B414201Db91340
Octal22026126424203527123100
Binary100100001011000110110100101001001110110111001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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