#BCF1DD

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

Shades of Mint Tulip #BCF1DD

Tints of Mint Tulip #BCF1DD

Color information

#BCF1DD (or 0xBCF1DD) is unknown color: approx Mint Tulip. HEX triplet: BC, F1 and DD. RGB value is (188,241,221). Sum of RGB (Red+Green+Blue) = 188+241+221=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1DD is #430E22. Grayscale: #DEDEDE. Windows color (decimal): -4394531 or 14545340. OLE color: 14545340.

HSL color Cylindrical-coordinate representation of color #BCF1DD: hue angle of 157.36º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF1DD is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB188241221-
CMYK0.2200.080.05
HSL157.36º65.43%84.12%-
HSV(B)157.36º21.99%94.51%-
XYZ65.2578.8280.18-
YUV222.87126.94103.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.92%
GREEN value IS 241 (94.53% from 255) = 37.08%
BLUE value IS 221 (86.72% from 255) = 34%
R=28.92%
G=37.08%
B=34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882412210.2200.080.05157.3665.4384.12
HexBCF1DD160859d4154
Octal274361335260105235101124
Binary10111100111100011101110110110010001011001110110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1DD; }

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

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

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

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

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

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

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

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