Html Css Color HEX #BCF0DC Mint Tulip

📋 copy color: '#BCF0DC'

red 188 ◦ green 240 ◦ blue 220

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

Shades of Mint Tulip #BCF0DC

Tints of Mint Tulip #BCF0DC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.04%

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

R = 29.01%
G = 37.04%
B = 33.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#BCF0DC (or 0xBCF0DC) is known color: Mint Tulip. HEX triplet: BC, F0 and DC. RGB value is (188,240,220). Sum of RGB (Red+Green+Blue) = 188+240+220=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0DC is #430F23. Grayscale: #DEDEDE. Windows color (decimal): -4394788 or 14479548. OLE color: 14479548.

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

Color convert

RGB 188 240 220 -
CMYK 0.22 0 0.08 0.06
HSL 156.92º 0.63% 0.84% -
HSV(B) 156.92º 0.22% 0.94% -
XYZ 64.82 78.18 79.38 -
YUV 222.17 126.77 103.63 -
System Red Green Blue C M Y K H S L
Decimal 188 240 220 0.22 0 0.08 0.06 156.92 0.63 0.84
Hex BC F0 DC 16 0 8 6 9D 3F 54
Octal 274 360 334 26 0 10 6 235 77 124
Binary 10111100 11110000 11011100 10110 0 1000 110 10011101 111111 1010100

Color Harmonies of #BCF0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0DC

Black with #BCF0DC

Text Example


Text Example

White with #BCF0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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