Html Css Color HEX #BCFDDF Mint Tulip

📋 copy color: '#BCFDDF'

red 188 ◦ green 253 ◦ blue 223

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

Shades of Mint Tulip #BCFDDF

Tints of Mint Tulip #BCFDDF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.1%

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

R = 28.31%
G = 38.1%
B = 33.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#BCFDDF (or 0xBCFDDF) is known color: Mint Tulip. HEX triplet: BC, FD and DF. RGB value is (188,253,223). Sum of RGB (Red+Green+Blue) = 188+253+223=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDDF is #430220. Grayscale: #E6E6E6. Windows color (decimal): -4391457 or 14679484. OLE color: 14679484.

HSL color Cylindrical-coordinate representation of color #BCFDDF: hue angle of 152.31º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDDF is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 223 -
CMYK 0.26 0 0.12 0.01
HSL 152.31º 0.94% 0.86% -
HSV(B) 152.31º 0.26% 0.99% -
XYZ 69.18 86.27 82.82 -
YUV 230.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 188 253 223 0.26 0 0.12 0.01 152.31 0.94 0.86
Hex BC FD DF 1A 0 C 1 98 5E 56
Octal 274 375 337 32 0 14 1 230 136 126
Binary 10111100 11111101 11011111 11010 0 1100 1 10011000 1011110 1010110

Color Harmonies of #BCFDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDDF

Black with #BCFDDF

Text Example


Text Example

White with #BCFDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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