#8AB1BE

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

Shades of Botticelli #8AB1BE

Tints of Botticelli #8AB1BE

Color information

#8AB1BE (or 0x8AB1BE) is unknown color: approx Botticelli. HEX triplet: 8A, B1 and BE. RGB value is (138,177,190). Sum of RGB (Red+Green+Blue) = 138+177+190=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AB1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB1BE is #754E41. Grayscale: #A6A6A6. Windows color (decimal): -7687746 or 12497290. OLE color: 12497290.

HSL color Cylindrical-coordinate representation of color #8AB1BE: hue angle of 195º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AB1BE is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138177190-
CMYK0.270.0700.25
HSL195º28.57%64.31%-
HSV(B)195º27.37%74.51%-
XYZ35.540.5754.67-
YUV166.82141.08107.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.33%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=27.33%
G=35.05%
B=37.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381771900.270.0700.2519528.5764.31
Hex8AB1BE1B7019c31d40
Octal21226127633703130335100
Binary1000101010110001101111101101111101100111000011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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