Html Css Color HEX #BCEFDC Mint Tulip

📋 copy color: '#BCEFDC'

red 188 ◦ green 239 ◦ blue 220

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

Shades of Mint Tulip #BCEFDC

Tints of Mint Tulip #BCEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.94%

 BLUE value IS 220 (86.33% from 255) = 34%

R = 29.06%
G = 36.94%
B = 34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#BCEFDC (or 0xBCEFDC) is known color: Mint Tulip. HEX triplet: BC, EF and DC. RGB value is (188,239,220). Sum of RGB (Red+Green+Blue) = 188+239+220=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFDC is #431023. Grayscale: #DDDDDD. Windows color (decimal): -4395044 or 14479292. OLE color: 14479292.

HSL color Cylindrical-coordinate representation of color #BCEFDC: hue angle of 157.65º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFDC is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 239 220 -
CMYK 0.21 0 0.08 0.06
HSL 157.65º 0.61% 0.84% -
HSV(B) 157.65º 0.21% 0.94% -
XYZ 64.52 77.59 79.29 -
YUV 221.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 188 239 220 0.21 0 0.08 0.06 157.65 0.61 0.84
Hex BC EF DC 15 0 8 6 9E 3D 54
Octal 274 357 334 25 0 10 6 236 75 124
Binary 10111100 11101111 11011100 10101 0 1000 110 10011110 111101 1010100

Color Harmonies of #BCEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFDC

Black with #BCEFDC

Text Example


Text Example

White with #BCEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFDC; }

 p { color: rgb(188,239,220); }

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

background-color css

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

 a { background-color: rgb(188,239,220); }

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

border-color css

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

 span { border-color: rgb(188,239,220); }

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