#8FB4BC

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

Shades of Botticelli #8FB4BC

Tints of Botticelli #8FB4BC

Color information

#8FB4BC (or 0x8FB4BC) is unknown color: approx Botticelli. HEX triplet: 8F, B4 and BC. RGB value is (143,180,188). Sum of RGB (Red+Green+Blue) = 143+180+188=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #8FB4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB4BC is #704B43. Grayscale: #A9A9A9. Windows color (decimal): -7359300 or 12366991. OLE color: 12366991.

HSL color Cylindrical-coordinate representation of color #8FB4BC: hue angle of 190.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FB4BC is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB143180188-
CMYK0.240.0400.26
HSL190.67º25.14%64.9%-
HSV(B)190.67º23.94%73.73%-
XYZ36.7342.1153.77-
YUV169.85138.24108.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.98%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=27.98%
G=35.23%
B=36.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431801880.240.0400.26190.6725.1464.9
Hex8FB4BC18401Abf1941
Octal21726427430403227731101
Binary1000111110110100101111001100010001101010111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,180,188); }

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

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

 a { background-color: rgb(143,180,188); }

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

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

 span { border-color: rgb(143,180,188); }

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