Html Css Color HEX #BDFDE3 Mint Tulip

📋 copy color: '#BDFDE3'

red 189 ◦ green 253 ◦ blue 227

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

Shades of Mint Tulip #BDFDE3

Tints of Mint Tulip #BDFDE3

RGB

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

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

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

R = 28.25%
G = 37.82%
B = 33.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#BDFDE3 (or 0xBDFDE3) is known color: Mint Tulip. HEX triplet: BD, FD and E3. RGB value is (189,253,227). Sum of RGB (Red+Green+Blue) = 189+253+227=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDE3 is #42021C. Grayscale: #E6E6E6. Windows color (decimal): -4325917 or 14941629. OLE color: 14941629.

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

Color convert

RGB 189 253 227 -
CMYK 0.25 0 0.10 0.01
HSL 155.63º 0.94% 0.87% -
HSV(B) 155.63º 0.25% 0.99% -
XYZ 69.98 86.62 85.7 -
YUV 230.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 189 253 227 0.25 0 0.10 0.01 155.63 0.94 0.87
Hex BD FD E3 19 0 A 1 9C 5E 57
Octal 275 375 343 31 0 12 1 234 136 127
Binary 10111101 11111101 11100011 11001 0 1010 1 10011100 1011110 1010111

Color Harmonies of #BDFDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDE3

Black with #BDFDE3

Text Example


Text Example

White with #BDFDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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