#8AB1BC

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

Shades of Botticelli #8AB1BC

Tints of Botticelli #8AB1BC

Color information

#8AB1BC (or 0x8AB1BC) is unknown color: approx Botticelli. HEX triplet: 8A, B1 and BC. RGB value is (138,177,188). Sum of RGB (Red+Green+Blue) = 138+177+188=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #8AB1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB1BC is #754E43. Grayscale: #A6A6A6. Windows color (decimal): -7687748 or 12366218. OLE color: 12366218.

HSL color Cylindrical-coordinate representation of color #8AB1BC: hue angle of 193.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AB1BC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138177188-
CMYK0.270.0600.26
HSL193.2º27.17%63.92%-
HSV(B)193.2º26.6%73.73%-
XYZ35.2840.4853.53-
YUV166.59140.08107.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.44%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=27.44%
G=35.19%
B=37.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381771880.270.0600.26193.227.1763.92
Hex8AB1BC1B601Ac11b40
Octal21226127433603230133100
Binary1000101010110001101111001101111001101011000001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AB1BC; }

 p { color: rgb(138,177,188); }

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

<style>
 a { background-color: #8AB1BC; }

 a { background-color: rgb(138,177,188); }

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

<style>
 span { border-color: #8AB1BC; }

 span { border-color: rgb(138,177,188); }

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