Html Css Color HEX #BCF3DD Mint Tulip

📋 copy color: '#BCF3DD'

red 188 ◦ green 243 ◦ blue 221

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

Shades of Mint Tulip #BCF3DD

Tints of Mint Tulip #BCF3DD

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.27%

 BLUE value IS 221 (86.72% from 255) = 33.9%

R = 28.83%
G = 37.27%
B = 33.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#BCF3DD (or 0xBCF3DD) is known color: Mint Tulip. HEX triplet: BC, F3 and DD. RGB value is (188,243,221). Sum of RGB (Red+Green+Blue) = 188+243+221=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3DD is #430C22. Grayscale: #E0E0E0. Windows color (decimal): -4394019 or 14545852. OLE color: 14545852.

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

Color convert

RGB 188 243 221 -
CMYK 0.23 0 0.09 0.05
HSL 156º 0.7% 0.85% -
HSV(B) 156º 0.23% 0.95% -
XYZ 65.84 80.01 80.38 -
YUV 224.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 188 243 221 0.23 0 0.09 0.05 156 0.7 0.85
Hex BC F3 DD 17 0 9 5 9C 46 55
Octal 274 363 335 27 0 11 5 234 106 125
Binary 10111100 11110011 11011101 10111 0 1001 101 10011100 1000110 1010101

Color Harmonies of #BCF3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF3DD

Black with #BCF3DD

Text Example


Text Example

White with #BCF3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF3DD; }

 p { color: rgb(188,243,221); }

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

background-color css

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

 a { background-color: rgb(188,243,221); }

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

border-color css

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

 span { border-color: rgb(188,243,221); }

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