#BCECDA

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

Shades of Mint Tulip #BCECDA

Tints of Mint Tulip #BCECDA

Color information

#BCECDA (or 0xBCECDA) is unknown color: approx Mint Tulip. HEX triplet: BC, EC and DA. RGB value is (188,236,218). Sum of RGB (Red+Green+Blue) = 188+236+218=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECDA is #431325. Grayscale: #DBDBDB. Windows color (decimal): -4395814 or 14347452. OLE color: 14347452.

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

Color convert

RGB188236218-
CMYK0.2000.080.07
HSL157.5º55.81%83.14%-
HSV(B)157.5º20.34%92.55%-
XYZ63.3975.7477.61-
YUV219.6127.1105.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.28%
GREEN value IS 236 (92.58% from 255) = 36.76%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=29.28%
G=36.76%
B=33.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882362180.2000.080.07157.555.8183.14
HexBCECDA140879e3853
Octal27435433224010723670123
Binary1011110011101100110110101010001000111100111101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECDA; }

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

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

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

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

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

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

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

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