#BDF6DD

Color #BDF6DD Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #BDF6DD

Tints of Mint Tulip #BDF6DD

Color information

#BDF6DD (or 0xBDF6DD) is unknown color: approx Mint Tulip. HEX triplet: BD, F6 and DD. RGB value is (189,246,221). Sum of RGB (Red+Green+Blue) = 189+246+221=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6DD is #420922. Grayscale: #E2E2E2. Windows color (decimal): -4327715 or 14546621. OLE color: 14546621.

HSL color Cylindrical-coordinate representation of color #BDF6DD: hue angle of 153.68º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF6DD is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB189246221-
CMYK0.2300.100.04
HSL153.68º76%85.29%-
HSV(B)153.68º23.17%96.47%-
XYZ66.9981.9580.69-
YUV226.11125.12101.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.81%
GREEN value IS 246 (96.48% from 255) = 37.5%
BLUE value IS 221 (86.72% from 255) = 33.69%
R=28.81%
G=37.5%
B=33.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892462210.2300.100.04153.687685.29
HexBDF6DD170A49a4c55
Octal275366335270124232114125
Binary10111101111101101101110110111010101001001101010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6DD; }

 p { color: rgb(189,246,221); }

 H1.HeaderClassName
 {
   color: #BDF6DD;
 }
 .AnyTagClassName
 {
   color: #BDF6DD;
 }
</style>
background-color css

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

 a { background-color: rgb(189,246,221); }

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

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

 span { border-color: rgb(189,246,221); }

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