#8BB8BD

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

Shades of Botticelli #8BB8BD

Tints of Botticelli #8BB8BD

Color information

#8BB8BD (or 0x8BB8BD) is unknown color: approx Botticelli. HEX triplet: 8B, B8 and BD. RGB value is (139,184,189). Sum of RGB (Red+Green+Blue) = 139+184+189=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #8BB8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB8BD is #744742. Grayscale: #ABABAB. Windows color (decimal): -7620419 or 12433547. OLE color: 12433547.

HSL color Cylindrical-coordinate representation of color #8BB8BD: hue angle of 186º 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 #8BB8BD is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB139184189-
CMYK0.260.0300.26
HSL186º27.47%64.31%-
HSV(B)186º26.46%74.12%-
XYZ36.9743.4454.58-
YUV171.11138.09105.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.15%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=27.15%
G=35.94%
B=36.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391841890.260.0300.2618627.4764.31
Hex8BB8BD1A301Aba1b40
Octal21327027532303227233100
Binary100010111011100010111101110101101101010111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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