#8BACBA

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

Shades of Botticelli #8BACBA

Tints of Botticelli #8BACBA

Color information

#8BACBA (or 0x8BACBA) is unknown color: approx Botticelli. HEX triplet: 8B, AC and BA. RGB value is (139,172,186). Sum of RGB (Red+Green+Blue) = 139+172+186=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #8BACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACBA is #745345. Grayscale: #A3A3A3. Windows color (decimal): -7623494 or 12233867. OLE color: 12233867.

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

Color convert

RGB139172186-
CMYK0.250.0800.27
HSL197.87º25.41%63.73%-
HSV(B)197.87º25.27%72.94%-
XYZ34.2638.5452.09-
YUV163.73140.57110.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.97%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=27.97%
G=34.61%
B=37.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391721860.250.0800.27197.8725.4163.73
Hex8BACBA19801Bc61940
Octal213254272311003330631100
Binary10001011101011001011101011001100001101111000110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,172,186); }

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

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

 a { background-color: rgb(139,172,186); }

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

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

 span { border-color: rgb(139,172,186); }

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