#8FBDC3

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

Shades of Botticelli #8FBDC3

Tints of Botticelli #8FBDC3

Color information

#8FBDC3 (or 0x8FBDC3) is unknown color: approx Botticelli. HEX triplet: 8F, BD and C3. RGB value is (143,189,195). Sum of RGB (Red+Green+Blue) = 143+189+195=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 195 - color contains mainly: blue. Hex color #8FBDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDC3 is #70423C. Grayscale: #AFAFAF. Windows color (decimal): -7356989 or 12828047. OLE color: 12828047.

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

Color convert

RGB143189195-
CMYK0.270.0300.24
HSL186.92º30.23%66.27%-
HSV(B)186.92º26.67%76.47%-
XYZ39.3846.1758.47-
YUV175.93138.76104.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.13%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 195 (76.56% from 255) = 37.00%
R=27.13%
G=35.86%
B=37.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431891950.270.0300.24186.9230.2366.27
Hex8FBDC31B3018bb1e42
Octal21727530333303027336102
Binary100011111011110111000011110111101100010111011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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