Html Css Color HEX #BAFEDF Mint Tulip

📋 copy color: '#BAFEDF'

red 186 ◦ green 254 ◦ blue 223

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

Shades of Mint Tulip #BAFEDF

Tints of Mint Tulip #BAFEDF

RGB

 RED value IS 186 (73.05% from 255) = 28.05%

 GREEN value IS 254 (99.61% from 255) = 38.31%

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

R = 28.05%
G = 38.31%
B = 33.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#BAFEDF (or 0xBAFEDF) is known color: Mint Tulip. HEX triplet: BA, FE and DF. RGB value is (186,254,223). Sum of RGB (Red+Green+Blue) = 186+254+223=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEDF is #450120. Grayscale: #E6E6E6. Windows color (decimal): -4522273 or 14679738. OLE color: 14679738.

HSL color Cylindrical-coordinate representation of color #BAFEDF: hue angle of 152.65º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFEDF is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 254 223 -
CMYK 0.27 0 0.12 0.00
HSL 152.65º 0.97% 0.86% -
HSV(B) 152.65º 0.27% 1% -
XYZ 69.01 86.65 82.9 -
YUV 230.13 123.97 96.52 -
System Red Green Blue C M Y K H S L
Decimal 186 254 223 0.27 0 0.12 0.00 152.65 0.97 0.86
Hex BA FE DF 1B 0 C 0 99 61 56
Octal 272 376 337 33 0 14 0 231 141 126
Binary 10111010 11111110 11011111 11011 0 1100 0 10011001 1100001 1010110

Color Harmonies of #BAFEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFEDF

Black with #BAFEDF

Text Example


Text Example

White with #BAFEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFEDF; }

 p { color: rgb(186,254,223); }

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

background-color css

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

 a { background-color: rgb(186,254,223); }

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

border-color css

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

 span { border-color: rgb(186,254,223); }

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