Html Css Color HEX #BDF1DC Mint Tulip

📋 copy color: '#BDF1DC'

red 189 ◦ green 241 ◦ blue 220

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

Shades of Mint Tulip #BDF1DC

Tints of Mint Tulip #BDF1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.08%

 BLUE value IS 220 (86.33% from 255) = 33.85%

R = 29.08%
G = 37.08%
B = 33.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#BDF1DC (or 0xBDF1DC) is known color: Mint Tulip. HEX triplet: BD, F1 and DC. RGB value is (189,241,220). Sum of RGB (Red+Green+Blue) = 189+241+220=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1DC is #420E23. Grayscale: #DFDFDF. Windows color (decimal): -4328996 or 14479805. OLE color: 14479805.

HSL color Cylindrical-coordinate representation of color #BDF1DC: hue angle of 155.77º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1DC is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 220 -
CMYK 0.22 0 0.09 0.05
HSL 155.77º 0.65% 0.84% -
HSV(B) 155.77º 0.22% 0.95% -
XYZ 65.36 78.9 79.49 -
YUV 223.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 189 241 220 0.22 0 0.09 0.05 155.77 0.65 0.84
Hex BD F1 DC 16 0 9 5 9C 41 54
Octal 275 361 334 26 0 11 5 234 101 124
Binary 10111101 11110001 11011100 10110 0 1001 101 10011100 1000001 1010100

Color Harmonies of #BDF1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF1DC

Black with #BDF1DC

Text Example


Text Example

White with #BDF1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF1DC; }

 p { color: rgb(189,241,220); }

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

background-color css

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

 a { background-color: rgb(189,241,220); }

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

border-color css

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

 span { border-color: rgb(189,241,220); }

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