#8FBBC1

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

Shades of Botticelli #8FBBC1

Tints of Botticelli #8FBBC1

Color information

#8FBBC1 (or 0x8FBBC1) is unknown color: approx Botticelli. HEX triplet: 8F, BB and C1. RGB value is (143,187,193). Sum of RGB (Red+Green+Blue) = 143+187+193=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FBBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBC1 is #70443E. Grayscale: #AEAEAE. Windows color (decimal): -7357503 or 12696463. OLE color: 12696463.

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

Color convert

RGB143187193-
CMYK0.260.0300.24
HSL187.2º28.74%65.88%-
HSV(B)187.2º25.91%75.69%-
XYZ38.7245.2357.14-
YUV174.53138.42105.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.34%
GREEN value IS 187 (73.44% from 255) = 35.76%
BLUE value IS 193 (75.78% from 255) = 36.90%
R=27.34%
G=35.76%
B=36.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431871930.260.0300.24187.228.7465.88
Hex8FBBC11A3018bb1d42
Octal21727330132303027335102
Binary100011111011101111000001110101101100010111011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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