#8FAEBA

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

Shades of Botticelli #8FAEBA

Tints of Botticelli #8FAEBA

Color information

#8FAEBA (or 0x8FAEBA) is unknown color: approx Botticelli. HEX triplet: 8F, AE and BA. RGB value is (143,174,186). Sum of RGB (Red+Green+Blue) = 143+174+186=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FAEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEBA is #705145. Grayscale: #A6A6A6. Windows color (decimal): -7360838 or 12234383. OLE color: 12234383.

HSL color Cylindrical-coordinate representation of color #8FAEBA: hue angle of 196.74º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FAEBA is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143174186-
CMYK0.230.0600.27
HSL196.74º23.76%64.51%-
HSV(B)196.74º23.12%72.94%-
XYZ35.3339.6652.25-
YUV166.1139.23111.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.43%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=28.43%
G=34.59%
B=36.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431741860.230.0600.27196.7423.7664.51
Hex8FAEBA17601Bc51841
Octal21725627227603330530101
Binary1000111110101110101110101011111001101111000101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,174,186); }

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

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

 a { background-color: rgb(143,174,186); }

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

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

 span { border-color: rgb(143,174,186); }

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