Html Css Color HEX #BCFADE Mint Tulip

📋 copy color: '#BCFADE'

red 188 ◦ green 250 ◦ blue 222

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

Shades of Mint Tulip #BCFADE

Tints of Mint Tulip #BCFADE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.88%

 BLUE value IS 222 (87.11% from 255) = 33.64%

R = 28.48%
G = 37.88%
B = 33.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#BCFADE (or 0xBCFADE) is known color: Mint Tulip. HEX triplet: BC, FA and DE. RGB value is (188,250,222). Sum of RGB (Red+Green+Blue) = 188+250+222=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFADE is #430521. Grayscale: #E4E4E4. Windows color (decimal): -4392226 or 14613180. OLE color: 14613180.

HSL color Cylindrical-coordinate representation of color #BCFADE: hue angle of 152.9º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFADE is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 222 -
CMYK 0.25 0 0.11 0.02
HSL 152.9º 0.86% 0.86% -
HSV(B) 152.9º 0.25% 0.98% -
XYZ 68.11 84.34 81.8 -
YUV 228.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 188 250 222 0.25 0 0.11 0.02 152.9 0.86 0.86
Hex BC FA DE 19 0 B 2 99 56 56
Octal 274 372 336 31 0 13 2 231 126 126
Binary 10111100 11111010 11011110 11001 0 1011 10 10011001 1010110 1010110

Color Harmonies of #BCFADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFADE

Black with #BCFADE

Text Example


Text Example

White with #BCFADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFADE; }

 p { color: rgb(188,250,222); }

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

background-color css

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

 a { background-color: rgb(188,250,222); }

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

border-color css

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

 span { border-color: rgb(188,250,222); }

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