Html Css Color HEX #BDF7DF Mint Tulip

📋 copy color: '#BDF7DF'

red 189 ◦ green 247 ◦ blue 223

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

Shades of Mint Tulip #BDF7DF

Tints of Mint Tulip #BDF7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.84%

R = 28.68%
G = 37.48%
B = 33.84%

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

#BDF7DF (or 0xBDF7DF) is known color: Mint Tulip. HEX triplet: BD, F7 and DF. RGB value is (189,247,223). Sum of RGB (Red+Green+Blue) = 189+247+223=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7DF is #420820. Grayscale: #E2E2E2. Windows color (decimal): -4327457 or 14677949. OLE color: 14677949.

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

Color convert

RGB 189 247 223 -
CMYK 0.23 0 0.10 0.03
HSL 155.17º 0.78% 0.85% -
HSV(B) 155.17º 0.23% 0.97% -
XYZ 67.57 82.67 82.21 -
YUV 226.92 125.78 100.95 -
System Red Green Blue C M Y K H S L
Decimal 189 247 223 0.23 0 0.10 0.03 155.17 0.78 0.85
Hex BD F7 DF 17 0 A 3 9B 4E 55
Octal 275 367 337 27 0 12 3 233 116 125
Binary 10111101 11110111 11011111 10111 0 1010 11 10011011 1001110 1010101

Color Harmonies of #BDF7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7DF

Black with #BDF7DF

Text Example


Text Example

White with #BDF7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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