Html Css Color HEX #BDFAE1 Mint Tulip

📋 copy color: '#BDFAE1'

red 189 ◦ green 250 ◦ blue 225

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

Shades of Mint Tulip #BDFAE1

Tints of Mint Tulip #BDFAE1

RGB

 RED value IS 189 (74.22% from 255) = 28.46%

 GREEN value IS 250 (98.05% from 255) = 37.65%

 BLUE value IS 225 (88.28% from 255) = 33.89%

R = 28.46%
G = 37.65%
B = 33.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#BDFAE1 (or 0xBDFAE1) is known color: Mint Tulip. HEX triplet: BD, FA and E1. RGB value is (189,250,225). Sum of RGB (Red+Green+Blue) = 189+250+225=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAE1 is #42051E. Grayscale: #E4E4E4. Windows color (decimal): -4326687 or 14809789. OLE color: 14809789.

HSL color Cylindrical-coordinate representation of color #BDFAE1: hue angle of 155.41º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFAE1 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 250 225 -
CMYK 0.24 0 0.10 0.02
HSL 155.41º 0.86% 0.86% -
HSV(B) 155.41º 0.24% 0.98% -
XYZ 68.76 84.63 83.94 -
YUV 228.91 125.79 99.53 -
System Red Green Blue C M Y K H S L
Decimal 189 250 225 0.24 0 0.10 0.02 155.41 0.86 0.86
Hex BD FA E1 18 0 A 2 9B 56 56
Octal 275 372 341 30 0 12 2 233 126 126
Binary 10111101 11111010 11100001 11000 0 1010 10 10011011 1010110 1010110

Color Harmonies of #BDFAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFAE1

Black with #BDFAE1

Text Example


Text Example

White with #BDFAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFAE1; }

 p { color: rgb(189,250,225); }

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

background-color css

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

 a { background-color: rgb(189,250,225); }

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

border-color css

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

 span { border-color: rgb(189,250,225); }

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