#8BB0BF

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

Shades of Botticelli #8BB0BF

Tints of Botticelli #8BB0BF

Color information

#8BB0BF (or 0x8BB0BF) is unknown color: approx Botticelli. HEX triplet: 8B, B0 and BF. RGB value is (139,176,191). Sum of RGB (Red+Green+Blue) = 139+176+191=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB0BF is #744F40. Grayscale: #A6A6A6. Windows color (decimal): -7622465 or 12562571. OLE color: 12562571.

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

Color convert

RGB139176191-
CMYK0.270.0800.25
HSL197.31º28.89%64.71%-
HSV(B)197.31º27.23%74.9%-
XYZ35.5840.355.19-
YUV166.65141.74108.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.47%
GREEN value IS 176 (69.14% from 255) = 34.78%
BLUE value IS 191 (75% from 255) = 37.75%
R=27.47%
G=34.78%
B=37.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391761910.270.0800.25197.3128.8964.71
Hex8BB0BF1B8019c51d41
Octal213260277331003130535101
Binary10001011101100001011111111011100001100111000101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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