#8BB2BF

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

Shades of Botticelli #8BB2BF

Tints of Botticelli #8BB2BF

Color information

#8BB2BF (or 0x8BB2BF) is unknown color: approx Botticelli. HEX triplet: 8B, B2 and BF. RGB value is (139,178,191). Sum of RGB (Red+Green+Blue) = 139+178+191=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BB2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB2BF is #744D40. Grayscale: #A7A7A7. Windows color (decimal): -7621953 or 12563083. OLE color: 12563083.

HSL color Cylindrical-coordinate representation of color #8BB2BF: hue angle of 195º 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 #8BB2BF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139178191-
CMYK0.270.0700.25
HSL195º28.89%64.71%-
HSV(B)195º27.23%74.9%-
XYZ35.9741.0955.33-
YUV167.82141.08107.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.36%
GREEN value IS 178 (69.92% from 255) = 35.04%
BLUE value IS 191 (75% from 255) = 37.60%
R=27.36%
G=35.04%
B=37.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391781910.270.0700.2519528.8964.71
Hex8BB2BF1B7019c31d41
Octal21326227733703130335101
Binary1000101110110010101111111101111101100111000011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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