#8FBBC4

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

Shades of Botticelli #8FBBC4

Tints of Botticelli #8FBBC4

Color information

#8FBBC4 (or 0x8FBBC4) is unknown color: approx Botticelli. HEX triplet: 8F, BB and C4. RGB value is (143,187,196). Sum of RGB (Red+Green+Blue) = 143+187+196=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #8FBBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBC4 is #70443B. Grayscale: #AEAEAE. Windows color (decimal): -7357500 or 12893071. OLE color: 12893071.

HSL color Cylindrical-coordinate representation of color #8FBBC4: hue angle of 190.19º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FBBC4 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB143187196-
CMYK0.270.0500.23
HSL190.19º30.99%66.47%-
HSV(B)190.19º27.04%76.86%-
XYZ39.0645.3758.92-
YUV174.87139.92105.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.19%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=27.19%
G=35.55%
B=37.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1431871960.270.0500.23190.1930.9966.47
Hex8FBBC41B5017be1f42
Octal21727330433502727637102
Binary1000111110111011110001001101110101011110111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,187,196); }

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

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

 a { background-color: rgb(143,187,196); }

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

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

 span { border-color: rgb(143,187,196); }

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