#8FBBC3

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

Shades of Botticelli #8FBBC3

Tints of Botticelli #8FBBC3

Color information

#8FBBC3 (or 0x8FBBC3) is unknown color: approx Botticelli. HEX triplet: 8F, BB and C3. RGB value is (143,187,195). Sum of RGB (Red+Green+Blue) = 143+187+195=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 195 - color contains mainly: blue. Hex color #8FBBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBC3 is #70443C. Grayscale: #AEAEAE. Windows color (decimal): -7357501 or 12827535. OLE color: 12827535.

HSL color Cylindrical-coordinate representation of color #8FBBC3: hue angle of 189.23º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FBBC3 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB143187195-
CMYK0.270.0400.24
HSL189.23º30.23%66.27%-
HSV(B)189.23º26.67%76.47%-
XYZ38.9545.3258.32-
YUV174.76139.42105.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.24%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 195 (76.56% from 255) = 37.14%
R=27.24%
G=35.62%
B=37.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431871950.270.0400.24189.2330.2366.27
Hex8FBBC31B4018bd1e42
Octal21727330333403027536102
Binary1000111110111011110000111101110001100010111101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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