Html Css Color HEX #BCFEE0 Mint Tulip

📋 copy color: '#BCFEE0'

red 188 ◦ green 254 ◦ blue 224

#BCFEE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Tulip #BCFEE0

Tints of Mint Tulip #BCFEE0

RGB

 RED value IS 188 (73.83% from 255) = 28.23%

 GREEN value IS 254 (99.61% from 255) = 38.14%

 BLUE value IS 224 (87.89% from 255) = 33.63%

R = 28.23%
G = 38.14%
B = 33.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#BCFEE0 (or 0xBCFEE0) is known color: Mint Tulip. HEX triplet: BC, FE and E0. RGB value is (188,254,224). Sum of RGB (Red+Green+Blue) = 188+254+224=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEE0 is #43011F. Grayscale: #E6E6E6. Windows color (decimal): -4391200 or 14745276. OLE color: 14745276.

HSL color Cylindrical-coordinate representation of color #BCFEE0: hue angle of 152.73º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFEE0 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 224 -
CMYK 0.26 0 0.12 0.00
HSL 152.73º 0.97% 0.87% -
HSV(B) 152.73º 0.26% 1% -
XYZ 69.64 86.96 83.64 -
YUV 230.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 188 254 224 0.26 0 0.12 0.00 152.73 0.97 0.87
Hex BC FE E0 1A 0 C 0 99 61 57
Octal 274 376 340 32 0 14 0 231 141 127
Binary 10111100 11111110 11100000 11010 0 1100 0 10011001 1100001 1010111

Color Harmonies of #BCFEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEE0

Black with #BCFEE0

Text Example


Text Example

White with #BCFEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEE0; }

 p { color: rgb(188,254,224); }

 H1.HeaderClassName
 {
   color: #BCFEE0;
 }
 .AnyTagClassName
 {
   color: #BCFEE0;
 }
</style>

background-color css

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

 a { background-color: rgb(188,254,224); }

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

border-color css

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

 span { border-color: rgb(188,254,224); }

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