Html Css Color HEX #BDF2DC Mint Tulip

📋 copy color: '#BDF2DC'

red 189 ◦ green 242 ◦ blue 220

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

Shades of Mint Tulip #BDF2DC

Tints of Mint Tulip #BDF2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.17%

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

R = 29.03%
G = 37.17%
B = 33.79%

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

#BDF2DC (or 0xBDF2DC) is known color: Mint Tulip. HEX triplet: BD, F2 and DC. RGB value is (189,242,220). Sum of RGB (Red+Green+Blue) = 189+242+220=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2DC is #420D23. Grayscale: #DFDFDF. Windows color (decimal): -4328740 or 14480061. OLE color: 14480061.

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

Color convert

RGB 189 242 220 -
CMYK 0.22 0 0.09 0.05
HSL 155.09º 0.67% 0.85% -
HSV(B) 155.09º 0.22% 0.95% -
XYZ 65.66 79.49 79.59 -
YUV 223.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 189 242 220 0.22 0 0.09 0.05 155.09 0.67 0.85
Hex BD F2 DC 16 0 9 5 9B 43 55
Octal 275 362 334 26 0 11 5 233 103 125
Binary 10111101 11110010 11011100 10110 0 1001 101 10011011 1000011 1010101

Color Harmonies of #BDF2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2DC

Black with #BDF2DC

Text Example


Text Example

White with #BDF2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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