#8BAFBD

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

Shades of Botticelli #8BAFBD

Tints of Botticelli #8BAFBD

Color information

#8BAFBD (or 0x8BAFBD) is unknown color: approx Botticelli. HEX triplet: 8B, AF and BD. RGB value is (139,175,189). Sum of RGB (Red+Green+Blue) = 139+175+189=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #8BAFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFBD is #745042. Grayscale: #A5A5A5. Windows color (decimal): -7622723 or 12431243. OLE color: 12431243.

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

Color convert

RGB139175189-
CMYK0.260.0700.26
HSL196.8º27.47%64.31%-
HSV(B)196.8º26.46%74.12%-
XYZ35.1639.8253.98-
YUV165.83141.07108.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.63%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=27.63%
G=34.79%
B=37.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391751890.260.0700.26196.827.4764.31
Hex8BAFBD1A701Ac51b40
Octal21325727532703230533100
Binary1000101110101111101111011101011101101011000101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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