#8BB1BF

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

Shades of Botticelli #8BB1BF

Tints of Botticelli #8BB1BF

Color information

#8BB1BF (or 0x8BB1BF) is unknown color: approx Botticelli. HEX triplet: 8B, B1 and BF. RGB value is (139,177,191). Sum of RGB (Red+Green+Blue) = 139+177+191=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BB1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB1BF is #744E40. Grayscale: #A7A7A7. Windows color (decimal): -7622209 or 12562827. OLE color: 12562827.

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

Color convert

RGB139177191-
CMYK0.270.0700.25
HSL196.15º28.89%64.71%-
HSV(B)196.15º27.23%74.9%-
XYZ35.7740.6955.26-
YUV167.23141.41107.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.42%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 191 (75% from 255) = 37.67%
R=27.42%
G=34.91%
B=37.67%

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
Decimal1391771910.270.0700.25196.1528.8964.71
Hex8BB1BF1B7019c41d41
Octal21326127733703130435101
Binary1000101110110001101111111101111101100111000100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,177,191); }

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

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

 a { background-color: rgb(139,177,191); }

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

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

 span { border-color: rgb(139,177,191); }

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