#BCEBDA

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

Shades of Mint Tulip #BCEBDA

Tints of Mint Tulip #BCEBDA

Color information

#BCEBDA (or 0xBCEBDA) is unknown color: approx Mint Tulip. HEX triplet: BC, EB and DA. RGB value is (188,235,218). Sum of RGB (Red+Green+Blue) = 188+235+218=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBDA is #431425. Grayscale: #DBDBDB. Windows color (decimal): -4396070 or 14347196. OLE color: 14347196.

HSL color Cylindrical-coordinate representation of color #BCEBDA: hue angle of 158.3º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBDA is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB188235218-
CMYK0.200.070.08
HSL158.3º54.02%82.94%-
HSV(B)158.3º20%92.16%-
XYZ63.175.1777.51-
YUV219.01127.43105.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.33%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=29.33%
G=36.66%
B=34.01%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882352180.200.070.08158.354.0282.94
HexBCEBDA140789e3653
Octal27435333224071023666123
Binary1011110011101011110110101010001111000100111101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBDA; }

 p { color: rgb(188,235,218); }

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

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

 a { background-color: rgb(188,235,218); }

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

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

 span { border-color: rgb(188,235,218); }

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