Html Css Color HEX #BCF8DF Mint Tulip

📋 copy color: '#BCF8DF'

red 188 ◦ green 248 ◦ blue 223

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

Shades of Mint Tulip #BCF8DF

Tints of Mint Tulip #BCF8DF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.63%

 BLUE value IS 223 (87.5% from 255) = 33.84%

R = 28.53%
G = 37.63%
B = 33.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#BCF8DF (or 0xBCF8DF) is known color: Mint Tulip. HEX triplet: BC, F8 and DF. RGB value is (188,248,223). Sum of RGB (Red+Green+Blue) = 188+248+223=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8DF is #430720. Grayscale: #E3E3E3. Windows color (decimal): -4392737 or 14678204. OLE color: 14678204.

HSL color Cylindrical-coordinate representation of color #BCF8DF: hue angle of 155º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF8DF is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 248 223 -
CMYK 0.24 0 0.10 0.03
HSL 155º 0.81% 0.85% -
HSV(B) 155º 0.24% 0.97% -
XYZ 67.63 83.15 82.3 -
YUV 227.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 188 248 223 0.24 0 0.10 0.03 155 0.81 0.85
Hex BC F8 DF 18 0 A 3 9B 51 55
Octal 274 370 337 30 0 12 3 233 121 125
Binary 10111100 11111000 11011111 11000 0 1010 11 10011011 1010001 1010101

Color Harmonies of #BCF8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF8DF

Black with #BCF8DF

Text Example


Text Example

White with #BCF8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF8DF; }

 p { color: rgb(188,248,223); }

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

background-color css

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

 a { background-color: rgb(188,248,223); }

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

border-color css

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

 span { border-color: rgb(188,248,223); }

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