Html Css Color HEX #BCF2DC Mint Tulip

📋 copy color: '#BCF2DC'

red 188 ◦ green 242 ◦ blue 220

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

Shades of Mint Tulip #BCF2DC

Tints of Mint Tulip #BCF2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.23%

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

R = 28.92%
G = 37.23%
B = 33.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#BCF2DC (or 0xBCF2DC) is known color: Mint Tulip. HEX triplet: BC, F2 and DC. RGB value is (188,242,220). Sum of RGB (Red+Green+Blue) = 188+242+220=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2DC is #430D23. Grayscale: #DFDFDF. Windows color (decimal): -4394276 or 14480060. OLE color: 14480060.

HSL color Cylindrical-coordinate representation of color #BCF2DC: hue angle of 155.56º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2DC is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 220 -
CMYK 0.22 0 0.09 0.05
HSL 155.56º 0.68% 0.84% -
HSV(B) 155.56º 0.22% 0.95% -
XYZ 65.41 79.36 79.58 -
YUV 223.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 188 242 220 0.22 0 0.09 0.05 155.56 0.68 0.84
Hex BC F2 DC 16 0 9 5 9C 44 54
Octal 274 362 334 26 0 11 5 234 104 124
Binary 10111100 11110010 11011100 10110 0 1001 101 10011100 1000100 1010100

Color Harmonies of #BCF2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2DC

Black with #BCF2DC

Text Example


Text Example

White with #BCF2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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