Html Css Color HEX #BDFDE1 Mint Tulip

📋 copy color: '#BDFDE1'

red 189 ◦ green 253 ◦ blue 225

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

Shades of Mint Tulip #BDFDE1

Tints of Mint Tulip #BDFDE1

RGB

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

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

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

R = 28.34%
G = 37.93%
B = 33.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#BDFDE1 (or 0xBDFDE1) is known color: Mint Tulip. HEX triplet: BD, FD and E1. RGB value is (189,253,225). Sum of RGB (Red+Green+Blue) = 189+253+225=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDE1 is #42021E. Grayscale: #E6E6E6. Windows color (decimal): -4325919 or 14810557. OLE color: 14810557.

HSL color Cylindrical-coordinate representation of color #BDFDE1: hue angle of 153.75º 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 #BDFDE1 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 225 -
CMYK 0.25 0 0.11 0.01
HSL 153.75º 0.94% 0.87% -
HSV(B) 153.75º 0.25% 0.99% -
XYZ 69.7 86.51 84.26 -
YUV 230.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 189 253 225 0.25 0 0.11 0.01 153.75 0.94 0.87
Hex BD FD E1 19 0 B 1 9A 5E 57
Octal 275 375 341 31 0 13 1 232 136 127
Binary 10111101 11111101 11100001 11001 0 1011 1 10011010 1011110 1010111

Color Harmonies of #BDFDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDE1

Black with #BDFDE1

Text Example


Text Example

White with #BDFDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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