#8BB4BF

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

Shades of Botticelli #8BB4BF

Tints of Botticelli #8BB4BF

Color information

#8BB4BF (or 0x8BB4BF) is unknown color: approx Botticelli. HEX triplet: 8B, B4 and BF. RGB value is (139,180,191). Sum of RGB (Red+Green+Blue) = 139+180+191=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BB4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB4BF is #744B40. Grayscale: #A8A8A8. Windows color (decimal): -7621441 or 12563595. OLE color: 12563595.

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

Color convert

RGB139180191-
CMYK0.270.0600.25
HSL192.69º28.89%64.71%-
HSV(B)192.69º27.23%74.9%-
XYZ36.3741.8955.46-
YUV169140.42106.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.25%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 191 (75% from 255) = 37.45%
R=27.25%
G=35.29%
B=37.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391801910.270.0600.25192.6928.8964.71
Hex8BB4BF1B6019c11d41
Octal21326427733603130135101
Binary1000101110110100101111111101111001100111000001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,180,191); }

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

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

 a { background-color: rgb(139,180,191); }

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

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

 span { border-color: rgb(139,180,191); }

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