Html Css Color HEX #BDF7DE Mint Tulip

📋 copy color: '#BDF7DE'

red 189 ◦ green 247 ◦ blue 222

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

Shades of Mint Tulip #BDF7DE

Tints of Mint Tulip #BDF7DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.74%

R = 28.72%
G = 37.54%
B = 33.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#BDF7DE (or 0xBDF7DE) is known color: Mint Tulip. HEX triplet: BD, F7 and DE. RGB value is (189,247,222). Sum of RGB (Red+Green+Blue) = 189+247+222=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7DE is #420821. Grayscale: #E2E2E2. Windows color (decimal): -4327458 or 14612413. OLE color: 14612413.

HSL color Cylindrical-coordinate representation of color #BDF7DE: hue angle of 154.14º 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 #BDF7DE is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 222 -
CMYK 0.23 0 0.10 0.03
HSL 154.14º 0.78% 0.85% -
HSV(B) 154.14º 0.23% 0.97% -
XYZ 67.43 82.61 81.5 -
YUV 226.81 125.28 101.03 -
System Red Green Blue C M Y K H S L
Decimal 189 247 222 0.23 0 0.10 0.03 154.14 0.78 0.85
Hex BD F7 DE 17 0 A 3 9A 4E 55
Octal 275 367 336 27 0 12 3 232 116 125
Binary 10111101 11110111 11011110 10111 0 1010 11 10011010 1001110 1010101

Color Harmonies of #BDF7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7DE

Black with #BDF7DE

Text Example


Text Example

White with #BDF7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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