Html Css Color HEX #BCFDE0 Mint Tulip

📋 copy color: '#BCFDE0'

red 188 ◦ green 253 ◦ blue 224

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

Shades of Mint Tulip #BCFDE0

Tints of Mint Tulip #BCFDE0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.05%

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

R = 28.27%
G = 38.05%
B = 33.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#BCFDE0 (or 0xBCFDE0) is known color: Mint Tulip. HEX triplet: BC, FD and E0. RGB value is (188,253,224). Sum of RGB (Red+Green+Blue) = 188+253+224=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDE0 is #43021F. Grayscale: #E6E6E6. Windows color (decimal): -4391456 or 14745020. OLE color: 14745020.

HSL color Cylindrical-coordinate representation of color #BCFDE0: hue angle of 153.23º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDE0 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 224 -
CMYK 0.26 0 0.11 0.01
HSL 153.23º 0.94% 0.86% -
HSV(B) 153.23º 0.26% 0.99% -
XYZ 69.32 86.32 83.53 -
YUV 230.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 188 253 224 0.26 0 0.11 0.01 153.23 0.94 0.86
Hex BC FD E0 1A 0 B 1 99 5E 56
Octal 274 375 340 32 0 13 1 231 136 126
Binary 10111100 11111101 11100000 11010 0 1011 1 10011001 1011110 1010110

Color Harmonies of #BCFDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDE0

Black with #BCFDE0

Text Example


Text Example

White with #BCFDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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