Html Css Color HEX #BDFBE3 Mint Tulip

📋 copy color: '#BDFBE3'

red 189 ◦ green 251 ◦ blue 227

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

Shades of Mint Tulip #BDFBE3

Tints of Mint Tulip #BDFBE3

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.63%

 BLUE value IS 227 (89.06% from 255) = 34.03%

R = 28.34%
G = 37.63%
B = 34.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#BDFBE3 (or 0xBDFBE3) is known color: Mint Tulip. HEX triplet: BD, FB and E3. RGB value is (189,251,227). Sum of RGB (Red+Green+Blue) = 189+251+227=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBE3 is #42041C. Grayscale: #E5E5E5. Windows color (decimal): -4326429 or 14941117. OLE color: 14941117.

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

Color convert

RGB 189 251 227 -
CMYK 0.25 0 0.10 0.02
HSL 156.77º 0.89% 0.86% -
HSV(B) 156.77º 0.25% 0.98% -
XYZ 69.35 85.36 85.49 -
YUV 229.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 189 251 227 0.25 0 0.10 0.02 156.77 0.89 0.86
Hex BD FB E3 19 0 A 2 9D 59 56
Octal 275 373 343 31 0 12 2 235 131 126
Binary 10111101 11111011 11100011 11001 0 1010 10 10011101 1011001 1010110

Color Harmonies of #BDFBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBE3

Black with #BDFBE3

Text Example


Text Example

White with #BDFBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBE3; }

 p { color: rgb(189,251,227); }

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

background-color css

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

 a { background-color: rgb(189,251,227); }

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

border-color css

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

 span { border-color: rgb(189,251,227); }

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