#90B9BB

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

Shades of Botticelli #90B9BB

Tints of Botticelli #90B9BB

Color information

#90B9BB (or 0x90B9BB) is unknown color: approx Botticelli. HEX triplet: 90, B9 and BB. RGB value is (144,185,187). Sum of RGB (Red+Green+Blue) = 144+185+187=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #90B9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B9BB is #6F4644. Grayscale: #ACACAC. Windows color (decimal): -7292485 or 12302736. OLE color: 12302736.

HSL color Cylindrical-coordinate representation of color #90B9BB: hue angle of 182.79º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90B9BB is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144185187-
CMYK0.230.0100.27
HSL182.79º24.02%64.9%-
HSV(B)182.79º22.99%73.33%-
XYZ37.8244.2253.55-
YUV172.97135.92107.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.91%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=27.91%
G=35.85%
B=36.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441851870.230.0100.27182.7924.0264.9
Hex90B9BB17101Bb71841
Octal22027127327103326730101
Binary10010000101110011011101110111101101110110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,185,187); }

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

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

 a { background-color: rgb(144,185,187); }

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

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

 span { border-color: rgb(144,185,187); }

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