#8CBABE

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

Shades of Botticelli #8CBABE

Tints of Botticelli #8CBABE

Color information

#8CBABE (or 0x8CBABE) is unknown color: approx Botticelli. HEX triplet: 8C, BA and BE. RGB value is (140,186,190). Sum of RGB (Red+Green+Blue) = 140+186+190=516 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.13% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CBABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBABE is #734541. Grayscale: #ACACAC. Windows color (decimal): -7554370 or 12499596. OLE color: 12499596.

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

Color convert

RGB140186190-
CMYK0.260.0200.25
HSL184.8º27.78%64.71%-
HSV(B)184.8º26.32%74.51%-
XYZ37.6744.4155.3-
YUV172.7137.76104.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.13%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=27.13%
G=36.05%
B=36.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401861900.260.0200.25184.827.7864.71
Hex8CBABE1A2019b91c41
Octal21427227632203127134101
Binary100011001011101010111110110101001100110111001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,186,190); }

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

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

 a { background-color: rgb(140,186,190); }

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

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

 span { border-color: rgb(140,186,190); }

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