Html Css Color HEX #BDFDE0 Mint Tulip

📋 copy color: '#BDFDE0'

red 189 ◦ green 253 ◦ blue 224

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

Shades of Mint Tulip #BDFDE0

Tints of Mint Tulip #BDFDE0

RGB

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

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

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

R = 28.38%
G = 37.99%
B = 33.63%

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

#BDFDE0 (or 0xBDFDE0) is known color: Mint Tulip. HEX triplet: BD, FD and E0. RGB value is (189,253,224). Sum of RGB (Red+Green+Blue) = 189+253+224=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDE0 is #42021F. Grayscale: #E6E6E6. Windows color (decimal): -4325920 or 14745021. OLE color: 14745021.

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

Color convert

RGB 189 253 224 -
CMYK 0.25 0 0.11 0.01
HSL 152.81º 0.94% 0.87% -
HSV(B) 152.81º 0.25% 0.99% -
XYZ 69.57 86.45 83.54 -
YUV 230.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 189 253 224 0.25 0 0.11 0.01 152.81 0.94 0.87
Hex BD FD E0 19 0 B 1 99 5E 57
Octal 275 375 340 31 0 13 1 231 136 127
Binary 10111101 11111101 11100000 11001 0 1011 1 10011001 1011110 1010111

Color Harmonies of #BDFDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDE0

Black with #BDFDE0

Text Example


Text Example

White with #BDFDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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