#8AB2BC

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

Shades of Botticelli #8AB2BC

Tints of Botticelli #8AB2BC

Color information

#8AB2BC (or 0x8AB2BC) is unknown color: approx Botticelli. HEX triplet: 8A, B2 and BC. RGB value is (138,178,188). Sum of RGB (Red+Green+Blue) = 138+178+188=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #8AB2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB2BC is #754D43. Grayscale: #A7A7A7. Windows color (decimal): -7687492 or 12366474. OLE color: 12366474.

HSL color Cylindrical-coordinate representation of color #8AB2BC: hue angle of 192º 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 #8AB2BC is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138178188-
CMYK0.270.0500.26
HSL192º27.17%63.92%-
HSV(B)192º26.6%73.73%-
XYZ35.4840.8753.6-
YUV167.18139.75107.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.38%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=27.38%
G=35.32%
B=37.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381781880.270.0500.2619227.1763.92
Hex8AB2BC1B501Ac01b40
Octal21226227433503230033100
Binary1000101010110010101111001101110101101011000000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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