#8FBDC4

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

Shades of Botticelli #8FBDC4

Tints of Botticelli #8FBDC4

Color information

#8FBDC4 (or 0x8FBDC4) is unknown color: approx Botticelli. HEX triplet: 8F, BD and C4. RGB value is (143,189,196). Sum of RGB (Red+Green+Blue) = 143+189+196=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 196 - color contains mainly: blue. Hex color #8FBDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDC4 is #70423B. Grayscale: #AFAFAF. Windows color (decimal): -7356988 or 12893583. OLE color: 12893583.

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

Color convert

RGB143189196-
CMYK0.270.0400.23
HSL187.92º30.99%66.47%-
HSV(B)187.92º27.04%76.86%-
XYZ39.4946.2259.06-
YUV176.04139.26104.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.08%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 196 (76.95% from 255) = 37.12%
R=27.08%
G=35.80%
B=37.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1431891960.270.0400.23187.9230.9966.47
Hex8FBDC41B4017bc1f42
Octal21727530433402727437102
Binary1000111110111101110001001101110001011110111100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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