Html Css Color HEX #BDFAE0 Mint Tulip

📋 copy color: '#BDFAE0'

red 189 ◦ green 250 ◦ blue 224

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

Shades of Mint Tulip #BDFAE0

Tints of Mint Tulip #BDFAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.79%

R = 28.51%
G = 37.71%
B = 33.79%

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

#BDFAE0 (or 0xBDFAE0) is known color: Mint Tulip. HEX triplet: BD, FA and E0. RGB value is (189,250,224). Sum of RGB (Red+Green+Blue) = 189+250+224=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAE0 is #42051F. Grayscale: #E4E4E4. Windows color (decimal): -4326688 or 14744253. OLE color: 14744253.

HSL color Cylindrical-coordinate representation of color #BDFAE0: hue angle of 154.43º 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 #BDFAE0 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 250 224 -
CMYK 0.24 0 0.10 0.02
HSL 154.43º 0.86% 0.86% -
HSV(B) 154.43º 0.24% 0.98% -
XYZ 68.63 84.57 83.23 -
YUV 228.8 125.29 99.61 -
System Red Green Blue C M Y K H S L
Decimal 189 250 224 0.24 0 0.10 0.02 154.43 0.86 0.86
Hex BD FA E0 18 0 A 2 9A 56 56
Octal 275 372 340 30 0 12 2 232 126 126
Binary 10111101 11111010 11100000 11000 0 1010 10 10011010 1010110 1010110

Color Harmonies of #BDFAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFAE0

Black with #BDFAE0

Text Example


Text Example

White with #BDFAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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