#BCF5DD

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

Shades of Mint Tulip #BCF5DD

Tints of Mint Tulip #BCF5DD

Color information

#BCF5DD (or 0xBCF5DD) is unknown color: approx Mint Tulip. HEX triplet: BC, F5 and DD. RGB value is (188,245,221). Sum of RGB (Red+Green+Blue) = 188+245+221=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5DD is #430A22. Grayscale: #E1E1E1. Windows color (decimal): -4393507 or 14546364. OLE color: 14546364.

HSL color Cylindrical-coordinate representation of color #BCF5DD: hue angle of 154.74º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5DD is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB188245221-
CMYK0.2300.100.04
HSL154.74º74.03%84.9%-
HSV(B)154.74º23.27%96.08%-
XYZ66.4481.2280.58-
YUV225.22125.62101.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.75%
GREEN value IS 245 (96.09% from 255) = 37.46%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=28.75%
G=37.46%
B=33.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882452210.2300.100.04154.7474.0384.9
HexBCF5DD170A49b4a55
Octal274365335270124233112125
Binary10111100111101011101110110111010101001001101110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF5DD; }

 p { color: rgb(188,245,221); }

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

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

 a { background-color: rgb(188,245,221); }

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

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

 span { border-color: rgb(188,245,221); }

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