#8BAFBE

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

Shades of Botticelli #8BAFBE

Tints of Botticelli #8BAFBE

Color information

#8BAFBE (or 0x8BAFBE) is unknown color: approx Botticelli. HEX triplet: 8B, AF and BE. RGB value is (139,175,190). Sum of RGB (Red+Green+Blue) = 139+175+190=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BAFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFBE is #745041. Grayscale: #A5A5A5. Windows color (decimal): -7622722 or 12496779. OLE color: 12496779.

HSL color Cylindrical-coordinate representation of color #8BAFBE: hue angle of 197.65º degrees, saturation: 0.28, 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 #8BAFBE is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139175190-
CMYK0.270.0800.25
HSL197.65º28.18%64.51%-
HSV(B)197.65º26.84%74.51%-
XYZ35.2739.8754.55-
YUV165.95141.57108.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.58%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=27.58%
G=34.72%
B=37.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391751900.270.0800.25197.6528.1864.51
Hex8BAFBE1B8019c61c41
Octal213257276331003130634101
Binary10001011101011111011111011011100001100111000110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,175,190); }

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

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

 a { background-color: rgb(139,175,190); }

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

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

 span { border-color: rgb(139,175,190); }

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