#90B2BC

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

Shades of Botticelli #90B2BC

Tints of Botticelli #90B2BC

Color information

#90B2BC (or 0x90B2BC) is unknown color: approx Botticelli. HEX triplet: 90, B2 and BC. RGB value is (144,178,188). Sum of RGB (Red+Green+Blue) = 144+178+188=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #90B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B2BC is #6F4D43. Grayscale: #A8A8A8. Windows color (decimal): -7294276 or 12366480. OLE color: 12366480.

HSL color Cylindrical-coordinate representation of color #90B2BC: hue angle of 193.64º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90B2BC is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144178188-
CMYK0.230.0500.26
HSL193.64º24.72%65.1%-
HSV(B)193.64º23.4%73.73%-
XYZ36.541.453.64-
YUV168.97138.74110.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.24%
GREEN value IS 178 (69.92% from 255) = 34.90%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=28.24%
G=34.90%
B=36.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441781880.230.0500.26193.6424.7265.1
Hex90B2BC17501Ac21941
Octal22026227427503230231101
Binary1001000010110010101111001011110101101011000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,178,188); }

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

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

 a { background-color: rgb(144,178,188); }

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

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

 span { border-color: rgb(144,178,188); }

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