Html Css Color HEX #BDF7E0 Mint Tulip

📋 copy color: '#BDF7E0'

red 189 ◦ green 247 ◦ blue 224

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

Shades of Mint Tulip #BDF7E0

Tints of Mint Tulip #BDF7E0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.42%

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

R = 28.64%
G = 37.42%
B = 33.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#BDF7E0 (or 0xBDF7E0) is known color: Mint Tulip. HEX triplet: BD, F7 and E0. RGB value is (189,247,224). Sum of RGB (Red+Green+Blue) = 189+247+224=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7E0 is #42081F. Grayscale: #E3E3E3. Windows color (decimal): -4327456 or 14743485. OLE color: 14743485.

HSL color Cylindrical-coordinate representation of color #BDF7E0: hue angle of 156.21º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7E0 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 224 -
CMYK 0.23 0 0.09 0.03
HSL 156.21º 0.78% 0.85% -
HSV(B) 156.21º 0.23% 0.97% -
XYZ 67.7 82.72 82.92 -
YUV 227.04 126.28 100.87 -
System Red Green Blue C M Y K H S L
Decimal 189 247 224 0.23 0 0.09 0.03 156.21 0.78 0.85
Hex BD F7 E0 17 0 9 3 9C 4E 55
Octal 275 367 340 27 0 11 3 234 116 125
Binary 10111101 11110111 11100000 10111 0 1001 11 10011100 1001110 1010101

Color Harmonies of #BDF7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7E0

Black with #BDF7E0

Text Example


Text Example

White with #BDF7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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