#BCF3DE

Color #BCF3DE Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #BCF3DE

Tints of Mint Tulip #BCF3DE

Color information

#BCF3DE (or 0xBCF3DE) is unknown color: approx Mint Tulip. HEX triplet: BC, F3 and DE. RGB value is (188,243,222). Sum of RGB (Red+Green+Blue) = 188+243+222=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3DE is #430C21. Grayscale: #E0E0E0. Windows color (decimal): -4394018 or 14611388. OLE color: 14611388.

HSL color Cylindrical-coordinate representation of color #BCF3DE: hue angle of 157.09º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3DE is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB188243222-
CMYK0.2300.090.05
HSL157.09º69.62%84.51%-
HSV(B)157.09º22.63%95.29%-
XYZ65.9780.0781.08-
YUV224.16126.78102.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.79%
GREEN value IS 243 (95.31% from 255) = 37.21%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=28.79%
G=37.21%
B=34.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882432220.2300.090.05157.0969.6284.51
HexBCF3DE170959d4655
Octal274363336270115235106125
Binary10111100111100111101111010111010011011001110110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3DE; }

 p { color: rgb(188,243,222); }

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

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

 a { background-color: rgb(188,243,222); }

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

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

 span { border-color: rgb(188,243,222); }

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