Html Css Color HEX #BDF0DC Mint Tulip

📋 copy color: '#BDF0DC'

red 189 ◦ green 240 ◦ blue 220

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

Shades of Mint Tulip #BDF0DC

Tints of Mint Tulip #BDF0DC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.98%

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

R = 29.12%
G = 36.98%
B = 33.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#BDF0DC (or 0xBDF0DC) is known color: Mint Tulip. HEX triplet: BD, F0 and DC. RGB value is (189,240,220). Sum of RGB (Red+Green+Blue) = 189+240+220=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0DC is #420F23. Grayscale: #DEDEDE. Windows color (decimal): -4329252 or 14479549. OLE color: 14479549.

HSL color Cylindrical-coordinate representation of color #BDF0DC: hue angle of 156.47º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0DC is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 220 -
CMYK 0.21 0 0.08 0.06
HSL 156.47º 0.63% 0.84% -
HSV(B) 156.47º 0.21% 0.94% -
XYZ 65.06 78.31 79.4 -
YUV 222.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 189 240 220 0.21 0 0.08 0.06 156.47 0.63 0.84
Hex BD F0 DC 15 0 8 6 9C 3F 54
Octal 275 360 334 25 0 10 6 234 77 124
Binary 10111101 11110000 11011100 10101 0 1000 110 10011100 111111 1010100

Color Harmonies of #BDF0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0DC

Black with #BDF0DC

Text Example


Text Example

White with #BDF0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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